EncryptedPrivateKeyInfo.AlgParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.