Javax.Crypto.ExemptionMechanismSpi: Method Members

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

See Also: Inherited members from Java.Lang.Object

Protected Methods

abstract
EngineGenExemptionBlob() : byte[]
Generates the result key blob for this exemption mechanism.
abstract
EngineGenExemptionBlob(byte[], int) : int
Generates the result key blob for this exemption mechanism and stores it into the output buffer at offset outputOffset.
abstract
EngineGetOutputSize(int) : int
Returns the size in bytes for the output buffer needed to hold the output of the next ExemptionMechanismSpi.EngineGenExemptionBlob call, given the specified inputLen (in bytes).
abstract
EngineInit(Java.Security.IKey)
Initializes this ExemptionMechanism instance with the specified key.
abstract
EngineInit(Java.Security.IKey, Java.Security.AlgorithmParameters)
Initializes this ExemptionMechanism instance with the specified key and algorithm parameters.
abstract
EngineInit(Java.Security.IKey, Java.Security.Spec.IAlgorithmParameterSpec)
Initializes this ExemptionMechanism instance with the specified key and algorithm parameters.