public class EnvelopedDataParser
extends java.lang.Object
EnvelopedData ::= SEQUENCE { version CMSVersion, originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL, recipientInfos RecipientInfos, encryptedContentInfo EncryptedContentInfo, unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
Modifier and Type | Field and Description |
---|---|
private DEREncodable |
_nextObject |
private boolean |
_originatorInfoCalled |
private ASN1SequenceParser |
_seq |
private DERInteger |
_version |
Constructor and Description |
---|
EnvelopedDataParser(ASN1SequenceParser seq) |
Modifier and Type | Method and Description |
---|---|
ASN1SetParser |
getCertificates() |
ASN1SetParser |
getCrls() |
EncryptedContentInfoParser |
getEncryptedContentInfo() |
OriginatorInfo |
getOriginatorInfo() |
ASN1SetParser |
getRecipientInfos() |
ASN1SetParser |
getUnprotectedAttrs() |
DERInteger |
getVersion() |
private ASN1SequenceParser _seq
private DERInteger _version
private DEREncodable _nextObject
private boolean _originatorInfoCalled
public EnvelopedDataParser(ASN1SequenceParser seq) throws java.io.IOException
java.io.IOException
public DERInteger getVersion()
public ASN1SetParser getCertificates() throws java.io.IOException
java.io.IOException
public ASN1SetParser getCrls() throws java.io.IOException
java.io.IOException
public OriginatorInfo getOriginatorInfo() throws java.io.IOException
java.io.IOException
public ASN1SetParser getRecipientInfos() throws java.io.IOException
java.io.IOException
public EncryptedContentInfoParser getEncryptedContentInfo() throws java.io.IOException
java.io.IOException
public ASN1SetParser getUnprotectedAttrs() throws java.io.IOException
java.io.IOException
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.