public class AuthEnvelopedDataParser extends java.lang.Object
AuthEnvelopedData input stream.
AuthEnvelopedData ::= SEQUENCE {
version CMSVersion,
originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
recipientInfos RecipientInfos,
authEncryptedContentInfo EncryptedContentInfo,
authAttrs [1] IMPLICIT AuthAttributes OPTIONAL,
mac MessageAuthenticationCode,
unauthAttrs [2] IMPLICIT UnauthAttributes OPTIONAL }
| Modifier and Type | Field and Description |
|---|---|
private ASN1Encodable |
nextObject |
private boolean |
originatorInfoCalled |
private ASN1SequenceParser |
seq |
private ASN1Integer |
version |
| Constructor and Description |
|---|
AuthEnvelopedDataParser(ASN1SequenceParser seq) |
| Modifier and Type | Method and Description |
|---|---|
ASN1SetParser |
getAuthAttrs() |
EncryptedContentInfoParser |
getAuthEncryptedContentInfo() |
ASN1OctetString |
getMac() |
OriginatorInfo |
getOriginatorInfo() |
ASN1SetParser |
getRecipientInfos() |
ASN1SetParser |
getUnauthAttrs() |
ASN1Integer |
getVersion() |
private ASN1SequenceParser seq
private ASN1Integer version
private ASN1Encodable nextObject
private boolean originatorInfoCalled
public AuthEnvelopedDataParser(ASN1SequenceParser seq) throws java.io.IOException
java.io.IOExceptionpublic ASN1Integer getVersion()
public OriginatorInfo getOriginatorInfo() throws java.io.IOException
java.io.IOExceptionpublic ASN1SetParser getRecipientInfos() throws java.io.IOException
java.io.IOExceptionpublic EncryptedContentInfoParser getAuthEncryptedContentInfo() throws java.io.IOException
java.io.IOExceptionpublic ASN1SetParser getAuthAttrs() throws java.io.IOException
java.io.IOExceptionpublic ASN1OctetString getMac() throws java.io.IOException
java.io.IOExceptionpublic ASN1SetParser getUnauthAttrs() throws java.io.IOException
java.io.IOException