org.bouncycastle.asn1.cms
Class EnvelopedDataParser
java.lang.Object
org.bouncycastle.asn1.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
}
getCertificates
public ASN1SetParser getCertificates()
throws IOException
getRecipientInfos
public ASN1SetParser getRecipientInfos()
throws IOException
getUnprotectedAttrs
public ASN1SetParser getUnprotectedAttrs()
throws IOException