org.bouncycastle.asn1.cms

Class SignedDataParser

public class SignedDataParser extends Object

 SignedData ::= SEQUENCE {
     version CMSVersion,
     digestAlgorithms DigestAlgorithmIdentifiers,
     encapContentInfo EncapsulatedContentInfo,
     certificates [0] IMPLICIT CertificateSet OPTIONAL,
     crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
     signerInfos SignerInfos
   }
 
Method Summary
ASN1SetParsergetCertificates()
ASN1SetParsergetCrls()
ASN1SetParsergetDigestAlgorithms()
ContentInfoParsergetEncapContentInfo()
static SignedDataParsergetInstance(Object o)
ASN1SetParsergetSignerInfos()
DERIntegergetVersion()

Method Detail

getCertificates

public ASN1SetParser getCertificates()

getCrls

public ASN1SetParser getCrls()

getDigestAlgorithms

public ASN1SetParser getDigestAlgorithms()

getEncapContentInfo

public ContentInfoParser getEncapContentInfo()

getInstance

public static SignedDataParser getInstance(Object o)

getSignerInfos

public ASN1SetParser getSignerInfos()

getVersion

public DERInteger getVersion()