Class AuthEnvelopedDataParser

java.lang.Object
org.bouncycastle.asn1.cms.AuthEnvelopedDataParser

public class AuthEnvelopedDataParser extends Object
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 }