Package org.bouncycastle.asn1.cms
Class AuthEnvelopedDataParser
java.lang.Object
org.bouncycastle.asn1.cms.AuthEnvelopedDataParser
Parse
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 }
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1SetParser
org.bouncycastle.asn1.ASN1OctetString
getMac()
org.bouncycastle.asn1.ASN1SetParser
org.bouncycastle.asn1.ASN1SetParser
org.bouncycastle.asn1.ASN1Integer
-
Constructor Details
-
AuthEnvelopedDataParser
- Throws:
IOException
-
-
Method Details
-
getVersion
public org.bouncycastle.asn1.ASN1Integer getVersion() -
getOriginatorInfo
- Throws:
IOException
-
getRecipientInfos
- Throws:
IOException
-
getAuthEncryptedContentInfo
- Throws:
IOException
-
getAuthAttrs
- Throws:
IOException
-
getMac
- Throws:
IOException
-
getUnauthAttrs
- Throws:
IOException
-