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