Class EncryptedPrivateKeyInfo

java.lang.Object
org.mozilla.jss.pkix.primitive.EncryptedPrivateKeyInfo
All Implemented Interfaces:
ASN1Value

public class EncryptedPrivateKeyInfo extends Object implements ASN1Value
PKCS #8 EncryptedPrivateKeyInfo.
 EncryptedPrivateKeyInfo ::= SEQUENCE {
      encryptionAlgorithm     AlgorithmIdentifier,
      encryptedData           OCTET STRING }