Package | Description |
---|---|
old.org.bouncycastle.cms | |
old.org.bouncycastle.mail.smime | |
old.org.bouncycastle.tsp |
Modifier and Type | Method and Description |
---|---|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
boolean encapsulate,
Provider sigProvider)
Deprecated.
use generate(CMSTypedData, boolean)
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
boolean encapsulate,
String sigProvider)
Deprecated.
use generate(CMSTypedData, boolean)
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
Provider sigProvider)
generate a signed object that for a CMS Signed Data
object using the given provider.
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
String sigProvider)
generate a signed object that for a CMS Signed Data
object using the given provider.
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSTypedData content) |
CMSSignedData |
CMSSignedDataGenerator.generate(CMSTypedData content,
boolean encapsulate) |
CMSSignedData |
CMSSignedDataGenerator.generate(String eContentType,
CMSProcessable content,
boolean encapsulate,
Provider sigProvider)
Deprecated.
use generate(CMSTypedData, boolean)
|
CMSSignedData |
CMSSignedDataGenerator.generate(String eContentType,
CMSProcessable content,
boolean encapsulate,
Provider sigProvider,
boolean addDefaultAttributes)
Similar method to the other generate methods.
|
CMSSignedData |
CMSSignedDataGenerator.generate(String eContentType,
CMSProcessable content,
boolean encapsulate,
String sigProvider)
Deprecated.
use generate(CMSTypedData, boolean)
|
CMSSignedData |
CMSSignedDataGenerator.generate(String eContentType,
CMSProcessable content,
boolean encapsulate,
String sigProvider,
boolean addDefaultAttributes)
Deprecated.
use generate(CMSTypedData, boolean)
|
static CMSSignedData |
CMSSignedData.replaceCertificatesAndCRLs(CMSSignedData signedData,
CertStore certsAndCrls)
Replace the certificate and CRL information associated with this
CMSSignedData object with the new one passed in.
|
static CMSSignedData |
CMSSignedData.replaceCertificatesAndCRLs(CMSSignedData signedData,
Store certificates,
Store attrCerts,
Store crls)
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,
CertStore certsAndCrls)
Replace the certificate and CRL information associated with this
CMSSignedData object with the new one passed in.
|
static CMSSignedData |
CMSSignedData.replaceCertificatesAndCRLs(CMSSignedData signedData,
Store certificates,
Store attrCerts,
Store crls)
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 | 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 © 2015. All rights reserved.