public class AuthenticatedDataParser
extends java.lang.Object
AuthenticatedData
stream.
AuthenticatedData ::= SEQUENCE { version CMSVersion, originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL, recipientInfos RecipientInfos, macAlgorithm MessageAuthenticationCodeAlgorithm, digestAlgorithm [1] DigestAlgorithmIdentifier OPTIONAL, encapContentInfo EncapsulatedContentInfo, authAttrs [2] IMPLICIT AuthAttributes OPTIONAL, mac MessageAuthenticationCode, unauthAttrs [3] IMPLICIT UnauthAttributes OPTIONAL } AuthAttributes ::= SET SIZE (1..MAX) OF Attribute UnauthAttributes ::= SET SIZE (1..MAX) OF Attribute MessageAuthenticationCode ::= OCTET STRING
Constructor and Description |
---|
AuthenticatedDataParser(ASN1SequenceParser seq) |
Modifier and Type | Method and Description |
---|---|
ASN1SetParser |
getAuthAttrs() |
AlgorithmIdentifier |
getDigestAlgorithm() |
ContentInfoParser |
getEnapsulatedContentInfo()
Deprecated.
use getEncapsulatedContentInfo()
|
ContentInfoParser |
getEncapsulatedContentInfo() |
ASN1OctetString |
getMac() |
AlgorithmIdentifier |
getMacAlgorithm() |
OriginatorInfo |
getOriginatorInfo() |
ASN1SetParser |
getRecipientInfos() |
ASN1SetParser |
getUnauthAttrs() |
ASN1Integer |
getVersion() |
public AuthenticatedDataParser(ASN1SequenceParser seq) throws java.io.IOException
java.io.IOException
public ASN1Integer getVersion()
public OriginatorInfo getOriginatorInfo() throws java.io.IOException
java.io.IOException
public ASN1SetParser getRecipientInfos() throws java.io.IOException
java.io.IOException
public AlgorithmIdentifier getMacAlgorithm() throws java.io.IOException
java.io.IOException
public AlgorithmIdentifier getDigestAlgorithm() throws java.io.IOException
java.io.IOException
public ContentInfoParser getEnapsulatedContentInfo() throws java.io.IOException
java.io.IOException
public ContentInfoParser getEncapsulatedContentInfo() throws java.io.IOException
java.io.IOException
public ASN1SetParser getAuthAttrs() throws java.io.IOException
java.io.IOException
public ASN1OctetString getMac() throws java.io.IOException
java.io.IOException
public ASN1SetParser getUnauthAttrs() throws java.io.IOException
java.io.IOException