Javax.Crypto.ExemptionMechanism: Method Members

The methods of Javax.Crypto.ExemptionMechanism are listed below. For a list of all members, see the ExemptionMechanism Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

GenExemptionBlob() : byte[]
Generates the result key blob for this exemption mechanism.
GenExemptionBlob(byte[]) : int
Generates the result key blob for this exemption mechanism and stores it into the output buffer.
GenExemptionBlob(byte[], int) : int
Generates the result key blob for this exemption mechanism and stores it into the output buffer at offset outputOffset.
static
GetInstance(string) : ExemptionMechanism
Returns a new ExemptionMechanism instance that provides the specified exemption mechanism algorithm.
static
GetInstance(string, Java.Security.Provider) : ExemptionMechanism
Returns a new ExemptionMechanism instance that provides the specified exemption mechanism algorithm from the specified provider.
static
GetInstance(string, string) : ExemptionMechanism
Returns a new ExemptionMechansm instance that provides the specified exemption mechanism algorithm from the specified provider.
GetOutputSize(int) : int
Returns the size in bytes for the output buffer needed to hold the output of the next ExemptionMechanism.GenExemptionBlob call, given the specified inputLen (in bytes).
Init(Java.Security.IKey)
Initializes this ExemptionMechanism instance with the specified key.
Init(Java.Security.IKey, Java.Security.AlgorithmParameters)
Initializes this ExemptionMechanism instance with the specified key and algorithm parameters.
Init(Java.Security.IKey, Java.Security.Spec.IAlgorithmParameterSpec)
Initializes this ExemptionMechanism instance with the specified key and algorithm parameters.
IsCryptoAllowed(Java.Security.IKey) : bool
Returns whether the result blob for this ExemptionMechanism instance has been generated successfully and that the specified key is the same as the one that was used to initialize and generate.