Class SignedDataParser
-
- All Implemented Interfaces:
public class SignedDataParserParser 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 Type Method Description static SignedDataParsergetInstance(Object o)ASN1IntegergetVersion()ASN1SetParsergetDigestAlgorithms()ContentInfoParsergetEncapContentInfo()ASN1SetParsergetCertificates()ASN1SetParsergetCrls()ASN1SetParsergetSignerInfos()-
-
Method Detail
-
getInstance
static SignedDataParser getInstance(Object o)
-
getVersion
ASN1Integer getVersion()
-
getDigestAlgorithms
ASN1SetParser getDigestAlgorithms()
-
getEncapContentInfo
ContentInfoParser getEncapContentInfo()
-
getCertificates
ASN1SetParser getCertificates()
-
getCrls
ASN1SetParser getCrls()
-
getSignerInfos
ASN1SetParser getSignerInfos()
-
-
-
-