Javax.Crypto.Spec.OAEPParameterSpec Members

The members of Javax.Crypto.Spec.OAEPParameterSpec are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

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.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
DefaultOAEPParameterSpec. The algorithm parameter instance with default values.
[read-only]
DigestAlgorithmstring. Returns the algorithm name of the message digest.
[read-only]
MGFAlgorithmstring. Returns the algorithm name of the mask generation function.
[read-only]
MGFParametersJava.Security.Spec.IAlgorithmParameterSpec. Returns the algorithm parameter specification for the mask generation function algorithm.
[read-only]
PSourcePSource. Returns the source of the label L.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.