Bouncy Castle Cryptography Library 1.47

org.bouncycastle.asn1.cms
Class EncryptedData

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.cms.EncryptedData
All Implemented Interfaces:
ASN1Encodable

public class EncryptedData
extends ASN1Object


Constructor Summary
EncryptedData(EncryptedContentInfo encInfo)
           
EncryptedData(EncryptedContentInfo encInfo, ASN1Set unprotectedAttrs)
           
 
Method Summary
 EncryptedContentInfo getEncryptedContentInfo()
           
static EncryptedData getInstance(java.lang.Object o)
           
 ASN1Set getUnprotectedAttrs()
           
 ASN1Integer getVersion()
           
 ASN1Primitive toASN1Primitive()
           EncryptedData ::= SEQUENCE { version CMSVersion, encryptedContentInfo EncryptedContentInfo, unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedData

public EncryptedData(EncryptedContentInfo encInfo)

EncryptedData

public EncryptedData(EncryptedContentInfo encInfo,
                     ASN1Set unprotectedAttrs)
Method Detail

getInstance

public static EncryptedData getInstance(java.lang.Object o)

getVersion

public ASN1Integer getVersion()

getEncryptedContentInfo

public EncryptedContentInfo getEncryptedContentInfo()

getUnprotectedAttrs

public ASN1Set getUnprotectedAttrs()

toASN1Primitive

public ASN1Primitive toASN1Primitive()
       EncryptedData ::= SEQUENCE {
                     version CMSVersion,
                     encryptedContentInfo EncryptedContentInfo,
                     unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
 

Specified by:
toASN1Primitive in interface ASN1Encodable
Specified by:
toASN1Primitive in class ASN1Object
Returns:
a basic ASN.1 object representation.

Bouncy Castle Cryptography Library 1.47