org.bouncycastle.sasn1.cms

Class EnvelopedDataParser

public class EnvelopedDataParser extends Object

Deprecated: use corresponding class in org.bouncycastle.asn1.cms

 EnvelopedData ::= SEQUENCE {
     version CMSVersion,
     originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
     recipientInfos RecipientInfos,
     encryptedContentInfo EncryptedContentInfo,
     unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL 
 }
 
Constructor Summary
EnvelopedDataParser(Asn1Sequence seq)
Method Summary
Asn1SetgetCertificates()
Asn1SetgetCrls()
EncryptedContentInfoParsergetEncryptedContentInfo()
Asn1SetgetRecipientInfos()
Asn1SetgetUnprotectedAttrs()
Asn1IntegergetVersion()

Constructor Detail

EnvelopedDataParser

public EnvelopedDataParser(Asn1Sequence seq)

Method Detail

getCertificates

public Asn1Set getCertificates()

getCrls

public Asn1Set getCrls()

getEncryptedContentInfo

public EncryptedContentInfoParser getEncryptedContentInfo()

getRecipientInfos

public Asn1Set getRecipientInfos()

getUnprotectedAttrs

public Asn1Set getUnprotectedAttrs()

getVersion

public Asn1Integer getVersion()