The members of Javax.Crypto.ExemptionMechanism are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. | ||
Creates a ExemptionMechanism instance. |
[read-only] | Name | string. Returns the name of this ExemptionMechanism. |
[read-only] | Provider | Java.Security.Provider. Returns the provider of this ExemptionMechanism instance. |
[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. |
GenExemptionBlob()Generates the result key blob for this exemption mechanism. | ||
GenExemptionBlob(byte[])Generates the result key blob for this exemption mechanism and stores it into the output buffer. | ||
GenExemptionBlob(byte[], int)Generates the result key blob for this exemption mechanism and stores it into the output buffer at offset outputOffset. | ||
static | GetInstance(string)Returns a new ExemptionMechanism instance that provides the specified exemption mechanism algorithm. | |
static | GetInstance(string, Java.Security.Provider)Returns a new ExemptionMechanism instance that provides the specified exemption mechanism algorithm from the specified provider. | |
static | GetInstance(string, string)Returns a new ExemptionMechansm instance that provides the specified exemption mechanism algorithm from the specified provider. | |
GetOutputSize(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)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. |