| Package | Description |
|---|---|
| org.bouncycastle.cms | |
| org.bouncycastle.dvcs | |
| org.bouncycastle.tsp |
| Modifier and Type | Method and 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,
Store certificates,
Store attrCerts,
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.
|
| Modifier and Type | Method and Description |
|---|---|
static CMSSignedData |
CMSSignedData.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 CMSSignedData |
CMSSignedData.replaceSigners(CMSSignedData signedData,
SignerInformationStore signerInformationStore)
Replace the SignerInformation store associated with this
CMSSignedData object with the new one passed in.
|
| Modifier and Type | Method and Description |
|---|---|
CMSSignedData |
SignedDVCSMessageGenerator.build(DVCSMessage message)
Creates a CMSSignedData object containing the passed in DVCSMessage
|
CMSSignedData |
VSDRequestData.getParsedMessage()
Get the CMS SignedData object represented by the encoded message.
|
| Modifier and Type | Method and Description |
|---|---|
DVCSRequest |
VSDRequestBuilder.build(CMSSignedData document)
Build VSD request from CMS SignedData object.
|
| Constructor and Description |
|---|
DVCSRequest(CMSSignedData signedData)
Constructs DVCRequest from CMS SignedData object.
|
DVCSResponse(CMSSignedData signedData)
Constructs DVCResponse from CMS SignedData object.
|
| Modifier and Type | Method and Description |
|---|---|
CMSSignedData |
TimeStampToken.toCMSSignedData()
Return the underlying CMSSignedData object.
|
| Constructor and Description |
|---|
TimeStampToken(CMSSignedData signedData) |
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.