The members of Java.Security.Spec.PSSParameterSpec are listed below.
See Also: Inherited members from Java.Lang.Object
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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | Default | PSSParameterSpec. The default parameter specification. |
[read-only] | DigestAlgorithm | string. Returns the name of the message digest algorithm. |
[read-only] | MGFAlgorithm | string. Returns the name of the mask generation function algorithm. |
[read-only] | MGFParameters | IAlgorithmParameterSpec. Returns the parameter for the mask generation function algorithm. |
[read-only] | SaltLength | int. Returns the length of the salt (in bits). |
[read-only] | TrailerField | int. Returns the trailer field value. |
[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. |