Package org.bouncycastle.asn1.cms
Class SignedDataParser
java.lang.Object
org.bouncycastle.asn1.cms.SignedDataParser
Parser for RFC 5652:
SignedData
object.
SignedData ::= SEQUENCE { version CMSVersion, digestAlgorithms DigestAlgorithmIdentifiers, encapContentInfo EncapsulatedContentInfo, certificates [0] IMPLICIT CertificateSet OPTIONAL, crls [1] IMPLICIT CertificateRevocationLists OPTIONAL, signerInfos SignerInfos }
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1SetParser
org.bouncycastle.asn1.ASN1SetParser
getCrls()
org.bouncycastle.asn1.ASN1SetParser
static SignedDataParser
org.bouncycastle.asn1.ASN1SetParser
org.bouncycastle.asn1.ASN1Integer
-
Method Details
-
getInstance
- Throws:
IOException
-
getVersion
public org.bouncycastle.asn1.ASN1Integer getVersion() -
getDigestAlgorithms
- Throws:
IOException
-
getEncapContentInfo
- Throws:
IOException
-
getCertificates
- Throws:
IOException
-
getCrls
- Throws:
IOException
-
getSignerInfos
- Throws:
IOException
-