Javax.Crypto.EncryptedPrivateKeyInfo Class
This class implements the EncryptedPrivateKeyInfo ASN.1 type as specified in .

See Also: EncryptedPrivateKeyInfo Members

Syntax

[Android.Runtime.Register("javax/crypto/EncryptedPrivateKeyInfo", DoNotGenerateAcw=true)]
public class EncryptedPrivateKeyInfo : Java.Lang.Object

Remarks

This class implements the EncryptedPrivateKeyInfo ASN.1 type as specified in .

The definition of ASN.1 is as follows:

EncryptedPrivateKeyInfo ::= SEQUENCE {
encryptionAlgorithm AlgorithmIdentifier,
encryptedData OCTET STRING }
AlgorithmIdentifier ::= SEQUENCE {
algorithm OBJECT IDENTIFIER,
parameters ANY DEFINED BY algorithm OPTIONAL }

[Android Documentation]

Requirements

Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1