org.bouncycastle.sasn1.cms
Class SignedDataParser
java.lang.Object
org.bouncycastle.sasn1.cms.SignedDataParser
public class SignedDataParser
extends java.lang.Object
SignedData ::= SEQUENCE {
version CMSVersion,
digestAlgorithms DigestAlgorithmIdentifiers,
encapContentInfo EncapsulatedContentInfo,
certificates [0] IMPLICIT CertificateSet OPTIONAL,
crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
signerInfos SignerInfos
}
SignedDataParser
public SignedDataParser(Asn1Sequence seq)
throws IOException
getCertificates
public Asn1Set getCertificates()
throws IOException
getCrls
public Asn1Set getCrls()
throws IOException
getDigestAlgorithms
public Asn1Set getDigestAlgorithms()
throws IOException
getSignerInfos
public Asn1Set getSignerInfos()
throws IOException