org.bouncycastle.asn1.cms
Class SignedDataParser
java.lang.Object
org.bouncycastle.asn1.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
}
getCertificates
public ASN1SetParser getCertificates()
throws IOException
getDigestAlgorithms
public ASN1SetParser getDigestAlgorithms()
throws IOException
getInstance
public static SignedDataParser getInstance(Object o)
throws IOException
getSignerInfos
public ASN1SetParser getSignerInfos()
throws IOException