org.bouncycastle.sasn1.cms
Class EnvelopedDataParser
java.lang.Object
org.bouncycastle.sasn1.cms.EnvelopedDataParser
public class EnvelopedDataParser
extends java.lang.Object
EnvelopedData ::= SEQUENCE {
version CMSVersion,
originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
recipientInfos RecipientInfos,
encryptedContentInfo EncryptedContentInfo,
unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL
}
EnvelopedDataParser
public EnvelopedDataParser(Asn1Sequence seq)
throws IOException
getCertificates
public Asn1Set getCertificates()
throws IOException
getCrls
public Asn1Set getCrls()
throws IOException
getRecipientInfos
public Asn1Set getRecipientInfos()
throws IOException
getUnprotectedAttrs
public Asn1Set getUnprotectedAttrs()
throws IOException