The properties of Javax.Crypto.Cipher are listed below. For a list of all members, see the Cipher Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | Algorithm | string. Returns the name of the algorithm of this cipher instance. |
[read-only] | BlockSize | int. Returns this ciphers block size (in bytes). |
[read-only] | ExemptionMechanism | ExemptionMechanism. Returns the exemption mechanism associated with this cipher. |
[read-only] | Parameters | Java.Security.AlgorithmParameters. Returns the parameters that where used to create this cipher instance. |
[read-only] | Provider | Java.Security.Provider. Returns the provider of this cipher instance. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |