The members of Javax.Crypto.ExemptionMechanismSpi are listed below.
See Also: Inherited members from Java.Lang.Object
| Creates a new ExemptionMechanismSpi instance. | 
| A constructor used when creating managed representations of JNI objects; called by the runtime. | 
| [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. | 
| 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. | |