public class

EnvelopedDataParser

extends Object
java.lang.Object
   ↳ org.bouncycastle.asn1.cms.EnvelopedDataParser

Class Overview

 EnvelopedData ::= SEQUENCE {
     version CMSVersion,
     originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL,
     recipientInfos RecipientInfos,
     encryptedContentInfo EncryptedContentInfo,
     unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL 
 }
 

Summary

Public Constructors
EnvelopedDataParser(ASN1SequenceParser seq)
Public Methods
EncryptedContentInfoParser getEncryptedContentInfo()
OriginatorInfo getOriginatorInfo()
ASN1SetParser getRecipientInfos()
ASN1SetParser getUnprotectedAttrs()
DERInteger getVersion()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EnvelopedDataParser (ASN1SequenceParser seq)

Throws
IOException

Public Methods

public EncryptedContentInfoParser getEncryptedContentInfo ()

Throws
IOException

public OriginatorInfo getOriginatorInfo ()

Throws
IOException

public ASN1SetParser getRecipientInfos ()

Throws
IOException

public ASN1SetParser getUnprotectedAttrs ()

Throws
IOException

public DERInteger getVersion ()