The members of Javax.Crypto.Spec.OAEPParameterSpec are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new OAEPParameterSpec instance with the specified message digest algorithm name, mask generation function (mgf) algorithm name, parameters for the mgf algorithm and the source of the label L. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | Default | OAEPParameterSpec. The algorithm parameter instance with default values. |
[read-only] | DigestAlgorithm | string. Returns the algorithm name of the message digest. |
[read-only] | MGFAlgorithm | string. Returns the algorithm name of the mask generation function. |
[read-only] | MGFParameters | Java.Security.Spec.IAlgorithmParameterSpec. Returns the algorithm parameter specification for the mask generation function algorithm. |
[read-only] | PSource | PSource. Returns the source of the label L. |
[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. |