Uses of Class
org.bouncycastle.cms.CMSSignedData
Packages that use CMSSignedData
-
Uses of CMSSignedData in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return CMSSignedDataModifier and TypeMethodDescriptionstatic CMSSignedDataCMSSignedData.addDigestAlgorithm(CMSSignedData signedData, AlgorithmIdentifier digestAlgorithm) Return a new CMSSignedData which guarantees to have the passed in digestAlgorithm in it.static CMSSignedDataCMSSignedData.addDigestAlgorithm(CMSSignedData signedData, AlgorithmIdentifier digestAlgorithm, DigestAlgorithmIdentifierFinder digestAlgIdFinder) Return a new CMSSignedData which guarantees to have the passed in digestAlgorithm in it.CMSSignedDataGenerator.generate(CMSTypedData content) Generate a CMS Signed Data object carrying a detached CMS signature.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 CMSSignedDataCMSSignedData.replaceCertificatesAndCRLs(CMSSignedData signedData, Store certificates, Store attrCerts, Store revocations) Replace the certificate and CRL information associated with this CMSSignedData object with the new one passed in.static CMSSignedDataCMSSignedData.replaceSigners(CMSSignedData signedData, SignerInformationStore signerInformationStore) Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in using the current DigestAlgorithmIdentifierFinder for creating the digest sets.static CMSSignedDataCMSSignedData.replaceSigners(CMSSignedData signedData, SignerInformationStore signerInformationStore, DigestAlgorithmIdentifierFinder digestAlgIdFinder) Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in using the passed in DigestAlgorithmIdentifierFinder for creating the digest sets.Methods in org.bouncycastle.cms with parameters of type CMSSignedDataModifier and TypeMethodDescriptionstatic CMSSignedDataCMSSignedData.addDigestAlgorithm(CMSSignedData signedData, AlgorithmIdentifier digestAlgorithm) Return a new CMSSignedData which guarantees to have the passed in digestAlgorithm in it.static CMSSignedDataCMSSignedData.addDigestAlgorithm(CMSSignedData signedData, AlgorithmIdentifier digestAlgorithm, DigestAlgorithmIdentifierFinder digestAlgIdFinder) Return a new CMSSignedData which guarantees to have the passed in digestAlgorithm in it.static CMSSignedDataCMSSignedData.replaceCertificatesAndCRLs(CMSSignedData signedData, Store certificates, Store attrCerts, Store revocations) Replace the certificate and CRL information associated with this CMSSignedData object with the new one passed in.static CMSSignedDataCMSSignedData.replaceSigners(CMSSignedData signedData, SignerInformationStore signerInformationStore) Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in using the current DigestAlgorithmIdentifierFinder for creating the digest sets.static CMSSignedDataCMSSignedData.replaceSigners(CMSSignedData signedData, SignerInformationStore signerInformationStore, DigestAlgorithmIdentifierFinder digestAlgIdFinder) Replace the SignerInformation store associated with this CMSSignedData object with the new one passed in using the passed in DigestAlgorithmIdentifierFinder for creating the digest sets. -
Uses of CMSSignedData in org.bouncycastle.dvcs
Methods in org.bouncycastle.dvcs that return CMSSignedDataModifier and TypeMethodDescriptionSignedDVCSMessageGenerator.build(DVCSMessage message) Creates a CMSSignedData object containing the passed in DVCSMessageVSDRequestData.getParsedMessage()Get the CMS SignedData object represented by the encoded message.Methods in org.bouncycastle.dvcs with parameters of type CMSSignedDataModifier and TypeMethodDescriptionVSDRequestBuilder.build(CMSSignedData document) Build VSD request from CMS SignedData object.Constructors in org.bouncycastle.dvcs with parameters of type CMSSignedDataModifierConstructorDescriptionDVCSRequest(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 CMSSignedDataModifier and TypeMethodDescriptionTimeStampToken.toCMSSignedData()Return the underlying CMSSignedData object.Constructors in org.bouncycastle.tsp with parameters of type CMSSignedData