EncryptedPrivateKeyInfo.AlgParameters Property

Definition

Returns the algorithm parameters used by the encryption algorithm.

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

Property Value

the algorithm parameters.

Attributes

Remarks

Returns the algorithm parameters used by the encryption algorithm.

Java documentation for javax.crypto.EncryptedPrivateKeyInfo.getAlgParameters().

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