public class

SignedDataParser

extends Object
java.lang.Object
   ↳ org.bouncycastle.asn1.cms.SignedDataParser

Class Overview

 SignedData ::= SEQUENCE {
     version CMSVersion,
     digestAlgorithms DigestAlgorithmIdentifiers,
     encapContentInfo EncapsulatedContentInfo,
     certificates [0] IMPLICIT CertificateSet OPTIONAL,
     crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
     signerInfos SignerInfos
   }
 

Summary

Public Methods
ASN1SetParser getCertificates()
ASN1SetParser getCrls()
ASN1SetParser getDigestAlgorithms()
ContentInfoParser getEncapContentInfo()
static SignedDataParser getInstance(Object o)
ASN1SetParser getSignerInfos()
DERInteger getVersion()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public ASN1SetParser getCertificates ()

Throws
IOException

public ASN1SetParser getCrls ()

Throws
IOException

public ASN1SetParser getDigestAlgorithms ()

Throws
IOException

public ContentInfoParser getEncapContentInfo ()

Throws
IOException

public static SignedDataParser getInstance (Object o)

Throws
IOException

public ASN1SetParser getSignerInfos ()

Throws
IOException

public DERInteger getVersion ()