org.bouncycastle.sasn1.cms
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
}
| Constructor and Description |
|---|
EnvelopedDataParser(Asn1Sequence seq)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Set |
getCertificates()
Deprecated.
|
Asn1Set |
getCrls()
Deprecated.
|
EncryptedContentInfoParser |
getEncryptedContentInfo()
Deprecated.
|
Asn1Set |
getRecipientInfos()
Deprecated.
|
Asn1Set |
getUnprotectedAttrs()
Deprecated.
|
Asn1Integer |
getVersion()
Deprecated.
|
public EnvelopedDataParser(Asn1Sequence seq) throws java.io.IOException
java.io.IOExceptionpublic Asn1Integer getVersion()
public Asn1Set getCertificates() throws java.io.IOException
java.io.IOExceptionpublic Asn1Set getCrls() throws java.io.IOException
java.io.IOExceptionpublic Asn1Set getRecipientInfos() throws java.io.IOException
java.io.IOExceptionpublic EncryptedContentInfoParser getEncryptedContentInfo() throws java.io.IOException
java.io.IOExceptionpublic Asn1Set getUnprotectedAttrs() throws java.io.IOException
java.io.IOException