public class SignedDataParser
extends java.lang.Object
SignedData object.
SignedData ::= SEQUENCE {
version CMSVersion,
digestAlgorithms DigestAlgorithmIdentifiers,
encapContentInfo EncapsulatedContentInfo,
certificates [0] IMPLICIT CertificateSet OPTIONAL,
crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
signerInfos SignerInfos
}
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1SetParser |
getCertificates() |
org.bouncycastle.asn1.ASN1SetParser |
getCrls() |
org.bouncycastle.asn1.ASN1SetParser |
getDigestAlgorithms() |
ContentInfoParser |
getEncapContentInfo() |
static SignedDataParser |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1SetParser |
getSignerInfos() |
org.bouncycastle.asn1.ASN1Integer |
getVersion() |
public static SignedDataParser getInstance(java.lang.Object o) throws java.io.IOException
java.io.IOExceptionpublic org.bouncycastle.asn1.ASN1Integer getVersion()
public org.bouncycastle.asn1.ASN1SetParser getDigestAlgorithms()
throws java.io.IOException
java.io.IOExceptionpublic ContentInfoParser getEncapContentInfo() throws java.io.IOException
java.io.IOExceptionpublic org.bouncycastle.asn1.ASN1SetParser getCertificates()
throws java.io.IOException
java.io.IOExceptionpublic org.bouncycastle.asn1.ASN1SetParser getCrls()
throws java.io.IOException
java.io.IOExceptionpublic org.bouncycastle.asn1.ASN1SetParser getSignerInfos()
throws java.io.IOException
java.io.IOException