org.bouncycastle.asn1.cms
Class SignedData
- DEREncodable
a signed data object.
getCertificates
public ASN1Set getCertificates()
getDigestAlgorithms
public ASN1Set getDigestAlgorithms()
getEncapContentInfo
public ContentInfo getEncapContentInfo()
getInstance
public static SignedData getInstance(Object o)
getSignerInfos
public ASN1Set getSignerInfos()
toASN1Object
public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
SignedData ::= SEQUENCE {
version CMSVersion,
digestAlgorithms DigestAlgorithmIdentifiers,
encapContentInfo EncapsulatedContentInfo,
certificates [0] IMPLICIT CertificateSet OPTIONAL,
crls [1] IMPLICIT CertificateRevocationLists OPTIONAL,
signerInfos SignerInfos
}
- toASN1Object in interface ASN1Encodable