Cipher.Parameters Property

Definition

Returns the parameters used with this cipher.

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 cipher, or null if this cipher does not use any parameters.

Attributes

Remarks

Returns the parameters used with this cipher.

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

Java documentation for javax.crypto.Cipher.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