|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.sasn1.cms.SignedDataParser
public class SignedDataParser
SignedData ::= SEQUENCE { version CMSVersion, digestAlgorithms DigestAlgorithmIdentifiers, encapContentInfo EncapsulatedContentInfo, certificates [0] IMPLICIT CertificateSet OPTIONAL, crls [1] IMPLICIT CertificateRevocationLists OPTIONAL, signerInfos SignerInfos }
Constructor Summary | |
---|---|
SignedDataParser(Asn1Sequence seq)
Deprecated. |
Method Summary | |
---|---|
Asn1Set |
getCertificates()
Deprecated. |
Asn1Set |
getCrls()
Deprecated. |
Asn1Set |
getDigestAlgorithms()
Deprecated. |
ContentInfoParser |
getEncapContentInfo()
Deprecated. |
Asn1Set |
getSignerInfos()
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 SignedDataParser(Asn1Sequence seq) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public Asn1Integer getVersion()
public Asn1Set getDigestAlgorithms() throws java.io.IOException
java.io.IOException
public ContentInfoParser getEncapContentInfo() throws java.io.IOException
java.io.IOException
public Asn1Set getCertificates() throws java.io.IOException
java.io.IOException
public Asn1Set getCrls() throws java.io.IOException
java.io.IOException
public Asn1Set getSignerInfos() throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography Library 1.45 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |