Java.Security.Spec.PSSParameterSpec Members

The members of Java.Security.Spec.PSSParameterSpec are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new PSSParameterSpec with the specified salt length and the default values.
Creates a new PSSParameterSpec with the specified message digest name, mask generation function name, mask generation function parameters, salt length, and trailer field value.

Protected Constructors

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

Public Properties

[read-only]
static
DefaultPSSParameterSpec. The default parameter specification.
[read-only]
DigestAlgorithmstring. Returns the name of the message digest algorithm.
[read-only]
MGFAlgorithmstring. Returns the name of the mask generation function algorithm.
[read-only]
MGFParametersIAlgorithmParameterSpec. Returns the parameter for the mask generation function algorithm.
[read-only]
SaltLengthint. Returns the length of the salt (in bits).
[read-only]
TrailerFieldint. Returns the trailer field value.

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.