org.bouncycastle.sasn1.cms

Class SignedDataParser

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
Asn1SetgetCertificates()
Asn1SetgetCrls()
Asn1SetgetDigestAlgorithms()
ContentInfoParsergetEncapContentInfo()
Asn1SetgetSignerInfos()
Asn1IntegergetVersion()

Constructor Detail

SignedDataParser

public SignedDataParser(Asn1Sequence seq)

Method Detail

getCertificates

public Asn1Set getCertificates()

getCrls

public Asn1Set getCrls()

getDigestAlgorithms

public Asn1Set getDigestAlgorithms()

getEncapContentInfo

public ContentInfoParser getEncapContentInfo()

getSignerInfos

public Asn1Set getSignerInfos()

getVersion

public Asn1Integer getVersion()