Javax.Crypto.Cipher: Property Members

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

Public Properties

[read-only]
Algorithmstring. Returns the name of the algorithm of this cipher instance.
[read-only]
BlockSizeint. Returns this ciphers block size (in bytes).
[read-only]
ExemptionMechanismExemptionMechanism. Returns the exemption mechanism associated with this cipher.
[read-only]
ParametersJava.Security.AlgorithmParameters. Returns the parameters that where used to create this cipher instance.
[read-only]
ProviderJava.Security.Provider. Returns the provider of this cipher instance.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.