public class

EncryptedKey

extends ASN1Encodable
implements ASN1Choice
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.crmf.EncryptedKey

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
EncryptedKey(EnvelopedData envelopedData)
EncryptedKey(EncryptedValue encryptedValue)
Public Methods
static EncryptedKey getInstance(Object o)
ASN1Encodable getValue()
boolean isEncryptedValue()
DERObject toASN1Object()
    EncryptedKey ::= CHOICE {
        encryptedValue        EncryptedValue, -- deprecated
        envelopedData     [0] EnvelopedData }
        -- The encrypted private key MUST be placed in the envelopedData
        -- encryptedContentInfo encryptedContent OCTET STRING.
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public EncryptedKey (EnvelopedData envelopedData)

public EncryptedKey (EncryptedValue encryptedValue)

Public Methods

public static EncryptedKey getInstance (Object o)

public ASN1Encodable getValue ()

public boolean isEncryptedValue ()

public DERObject toASN1Object ()

    EncryptedKey ::= CHOICE {
        encryptedValue        EncryptedValue, -- deprecated
        envelopedData     [0] EnvelopedData }
        -- The encrypted private key MUST be placed in the envelopedData
        -- encryptedContentInfo encryptedContent OCTET STRING.