org.bouncycastle.sasn1.cms
public class SignedDataParser extends Object
Deprecated: use corresponding class in org.bouncycastle.asn1.cms
SignedData ::= SEQUENCE { version CMSVersion, digestAlgorithms DigestAlgorithmIdentifiers, encapContentInfo EncapsulatedContentInfo, certificates [0] IMPLICIT CertificateSet OPTIONAL, crls [1] IMPLICIT CertificateRevocationLists OPTIONAL, signerInfos SignerInfos }
Constructor Summary | |
---|---|
SignedDataParser(Asn1Sequence seq) |
Method Summary | |
---|---|
Asn1Set | getCertificates() |
Asn1Set | getCrls() |
Asn1Set | getDigestAlgorithms() |
ContentInfoParser | getEncapContentInfo() |
Asn1Set | getSignerInfos() |
Asn1Integer | getVersion() |