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.mail.smime |
High level classes for dealing with S/MIME objects (RFC 3851).
|
org.bouncycastle.tsp |
Classes for dealing Time Stamp Protocol (TSP) - RFC 3161.
|
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 | Class and Description |
---|---|
class |
SMIMESigned
general class for handling a pkcs7-signature message.
|
Modifier and Type | Method and Description |
---|---|
CMSSignedData |
TimeStampToken.toCMSSignedData()
Return the underlying CMSSignedData object.
|
Constructor and Description |
---|
TimeStampToken(CMSSignedData signedData) |
Copyright © 2018 BouncyCastle.org. All rights reserved.