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
abstract | EngineGenExemptionBlob()Generates the result key blob for this exemption mechanism. | |
abstract | EngineGenExemptionBlob(byte[], int)Generates the result key blob for this exemption mechanism and stores it into the output buffer at offset outputOffset. | |
abstract | EngineGetOutputSize(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. |