org.bouncycastle.sasn1.cms
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 | |
|---|---|
| Asn1Set | getCertificates() |
| Asn1Set | getCrls() |
| EncryptedContentInfoParser | getEncryptedContentInfo() |
| Asn1Set | getRecipientInfos() |
| Asn1Set | getUnprotectedAttrs() |
| Asn1Integer | getVersion() |