-
Methods in org.bouncycastle.cms that return CMSSignedData
| Modifier and Type |
Method |
Description |
CMSSignedData |
CMSSignedDataGenerator.generate(String eContentType,
CMSProcessable content,
boolean encapsulate,
String sigProvider) |
Deprecated.
|
CMSSignedData |
CMSSignedDataGenerator.generate(String eContentType,
CMSProcessable content,
boolean encapsulate,
String sigProvider,
boolean addDefaultAttributes) |
Deprecated.
|
CMSSignedData |
CMSSignedDataGenerator.generate(String eContentType,
CMSProcessable content,
boolean encapsulate,
Provider sigProvider) |
Deprecated.
|
CMSSignedData |
CMSSignedDataGenerator.generate(String eContentType,
CMSProcessable content,
boolean encapsulate,
Provider sigProvider,
boolean addDefaultAttributes) |
Deprecated.
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
boolean encapsulate,
String sigProvider) |
Deprecated.
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
boolean encapsulate,
Provider sigProvider) |
Deprecated.
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
String sigProvider) |
Deprecated.
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
Provider sigProvider) |
Deprecated.
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSTypedData content) |
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSTypedData content,
boolean encapsulate) |
|
static CMSSignedData |
CMSSignedData.replaceCertificatesAndCRLs(CMSSignedData signedData,
CertStore certsAndCrls) |
Deprecated.
|
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.
|