|
Bouncy Castle Cryptography Library 1.44 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.sasn1.cms.EnvelopedDataParser
public class EnvelopedDataParser
EnvelopedData ::= SEQUENCE { version CMSVersion, originatorInfo [0] IMPLICIT OriginatorInfo OPTIONAL, recipientInfos RecipientInfos, encryptedContentInfo EncryptedContentInfo, unprotectedAttrs [1] IMPLICIT UnprotectedAttributes OPTIONAL }
Constructor Summary | |
---|---|
EnvelopedDataParser(Asn1Sequence seq)
Deprecated. |
Method Summary | |
---|---|
Asn1Set |
getCertificates()
Deprecated. |
Asn1Set |
getCrls()
Deprecated. |
EncryptedContentInfoParser |
getEncryptedContentInfo()
Deprecated. |
Asn1Set |
getRecipientInfos()
Deprecated. |
Asn1Set |
getUnprotectedAttrs()
Deprecated. |
Asn1Integer |
getVersion()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnvelopedDataParser(Asn1Sequence seq) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public Asn1Integer getVersion()
public Asn1Set getCertificates() throws java.io.IOException
java.io.IOException
public Asn1Set getCrls() throws java.io.IOException
java.io.IOException
public Asn1Set getRecipientInfos() throws java.io.IOException
java.io.IOException
public EncryptedContentInfoParser getEncryptedContentInfo() throws java.io.IOException
java.io.IOException
public Asn1Set getUnprotectedAttrs() throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography Library 1.44 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |