Uses of Class
org.bouncycastle.cms.CMSSignedData
-
Packages that use CMSSignedData Package Description org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).org.bouncycastle.dvcs Classes for dealing "Internet X.509 Public Key Infrastructure Data Validation and Certification Server Protocols" - RFC 3029.org.bouncycastle.tsp Classes for dealing Time Stamp Protocol (TSP) - RFC 3161. -
-
Uses of CMSSignedData in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return CMSSignedData Modifier and Type Method Description CMSSignedData
CMSSignedDataGenerator. generate(CMSTypedData content)
Generate a CMS Signed Data object carrying a detached CMS signature.CMSSignedData
CMSSignedDataGenerator. generate(CMSTypedData content, boolean encapsulate)
Generate a CMS Signed Data object which can be carrying a detached CMS signature, or have encapsulated data, depending on the value of the encapsulated parameter.static CMSSignedData
CMSSignedData. replaceCertificatesAndCRLs(CMSSignedData signedData, org.bouncycastle.util.Store certificates, org.bouncycastle.util.Store attrCerts, org.bouncycastle.util.Store revocations)
Replace the certificate and CRL information associated with this CMSSignedData object with the new one passed in.static CMSSignedData
CMSSignedData. replaceSigners(CMSSignedData signedData, SignerInformationStore signerInformationStore)
Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in.Methods in org.bouncycastle.cms with parameters of type CMSSignedData Modifier and Type Method Description static CMSSignedData
CMSSignedData. replaceCertificatesAndCRLs(CMSSignedData signedData, org.bouncycastle.util.Store certificates, org.bouncycastle.util.Store attrCerts, org.bouncycastle.util.Store revocations)
Replace the certificate and CRL information associated with this CMSSignedData object with the new one passed in.static CMSSignedData
CMSSignedData. replaceSigners(CMSSignedData signedData, SignerInformationStore signerInformationStore)
Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in. -
Uses of CMSSignedData in org.bouncycastle.dvcs
Methods in org.bouncycastle.dvcs that return CMSSignedData Modifier and Type Method Description CMSSignedData
SignedDVCSMessageGenerator. build(DVCSMessage message)
Creates a CMSSignedData object containing the passed in DVCSMessageCMSSignedData
VSDRequestData. getParsedMessage()
Get the CMS SignedData object represented by the encoded message.Methods in org.bouncycastle.dvcs with parameters of type CMSSignedData Modifier and Type Method Description DVCSRequest
VSDRequestBuilder. build(CMSSignedData document)
Build VSD request from CMS SignedData object.Constructors in org.bouncycastle.dvcs with parameters of type CMSSignedData Constructor Description DVCSRequest(CMSSignedData signedData)
Constructs DVCRequest from CMS SignedData object.DVCSResponse(CMSSignedData signedData)
Constructs DVCResponse from CMS SignedData object. -
Uses of CMSSignedData in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp that return CMSSignedData Modifier and Type Method Description CMSSignedData
TimeStampToken. toCMSSignedData()
Return the underlying CMSSignedData object.Constructors in org.bouncycastle.tsp with parameters of type CMSSignedData Constructor Description TimeStampToken(CMSSignedData signedData)
-