Signature.Parameters Property

Definition

Returns the parameters used with this signature object.

public Java.Security.AlgorithmParameters? Parameters { [Android.Runtime.Register("getParameters", "()Ljava/security/AlgorithmParameters;", "")] get; }
[<get: Android.Runtime.Register("getParameters", "()Ljava/security/AlgorithmParameters;", "")>]
member this.Parameters : Java.Security.AlgorithmParameters

Property Value

the parameters used with this signature, or null if this signature does not use any parameters.

Attributes

Remarks

Returns the parameters used with this signature object.

The returned parameters may be the same that were used to initialize this signature, or may contain a combination of default and randomly generated parameter values used by the underlying signature implementation if this signature requires algorithm parameters but was not initialized with any.

Added in 1.4.

Java documentation for java.security.Signature.getParameters().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to