org.bouncycastle.sasn1.cms
public class SignedDataParser extends java.lang.Object
SignedData ::= SEQUENCE {
version CMSVersion,
digestAlgorithms DigestAlgorithmIdentifiers,
encapContentInfo EncapsulatedContentInfo,
certificates [0] IMPLICIT CertificateSet OPTIONAL,
crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
signerInfos SignerInfos
}
| Constructor and Description |
|---|
SignedDataParser(Asn1Sequence seq)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Asn1Set |
getCertificates()
Deprecated.
|
Asn1Set |
getCrls()
Deprecated.
|
Asn1Set |
getDigestAlgorithms()
Deprecated.
|
ContentInfoParser |
getEncapContentInfo()
Deprecated.
|
Asn1Set |
getSignerInfos()
Deprecated.
|
Asn1Integer |
getVersion()
Deprecated.
|
public SignedDataParser(Asn1Sequence seq) throws java.io.IOException
java.io.IOExceptionpublic Asn1Integer getVersion()
public Asn1Set getDigestAlgorithms() throws java.io.IOException
java.io.IOExceptionpublic ContentInfoParser getEncapContentInfo() throws java.io.IOException
java.io.IOExceptionpublic Asn1Set getCertificates() throws java.io.IOException
java.io.IOExceptionpublic Asn1Set getCrls() throws java.io.IOException
java.io.IOExceptionpublic Asn1Set getSignerInfos() throws java.io.IOException
java.io.IOException