-
Methods in org.bouncycastle.cms that throw CMSException
| Modifier and Type |
Method |
Description |
void |
CMSSignedGenerator.addAttributeCertificate(X509AttributeCertificateHolder attrCert) |
Add the attribute certificates in attrStore to the certificate set to be included with the generated SignedData message.
|
void |
CMSSignedGenerator.addAttributeCertificates(Store attrStore) |
Add the attribute certificates in attrStore to the certificate set to be included with the generated SignedData message.
|
void |
CMSSignedGenerator.addAttributeCertificates(X509Store store) |
Deprecated.
|
void |
CMSSignedGenerator.addCertificate(X509CertificateHolder certificate) |
Add a certificate to the certificate set to be included with the generated SignedData message.
|
void |
CMSSignedGenerator.addCertificates(Store certStore) |
Add the certificates in certStore to the certificate set to be included with the generated SignedData message.
|
void |
CMSSignedGenerator.addCertificatesAndCRLs(CertStore certStore) |
Deprecated.
|
void |
CMSSignedGenerator.addCRLs(Store crlStore) |
Add the CRLs in crlStore to the CRL set to be included with the generated SignedData message.
|
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) |
|
SignerInfo |
SignerInfoGenerator.generate(ASN1ObjectIdentifier contentType) |
|
SignerInformationStore |
CMSSignedDataGenerator.generateCounterSigners(SignerInformation signer) |
generate a set of one or more SignerInformation objects representing counter signatures on
the passed in SignerInformation object.
|
SignerInformationStore |
CMSSignedDataGenerator.generateCounterSigners(SignerInformation signer,
String sigProvider) |
Deprecated.
|
SignerInformationStore |
CMSSignedDataGenerator.generateCounterSigners(SignerInformation signer,
Provider sigProvider) |
Deprecated.
|
X509Store |
CMSSignedData.getAttributeCertificates(String type,
String provider) |
Deprecated.
|
X509Store |
CMSSignedData.getAttributeCertificates(String type,
Provider provider) |
Deprecated.
|
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.
|
boolean |
SignerInformation.verify(X509Certificate cert,
String sigProvider) |
Deprecated.
|
boolean |
SignerInformation.verify(X509Certificate cert,
Provider sigProvider) |
Deprecated.
|
boolean |
SignerInformation.verify(PublicKey key,
String sigProvider) |
Deprecated.
|
boolean |
SignerInformation.verify(PublicKey key,
Provider sigProvider) |
Deprecated.
|
boolean |
SignerInformation.verify(SignerInformationVerifier verifier) |
Verify that the given verifier can successfully verify the signature on
this SignerInformation object.
|
void |
CMSAbsentContent.write(OutputStream zOut) |
|
void |
CMSProcessable.write(OutputStream out) |
generic routine to copy out the data we want processed - the OutputStream
passed in will do the handling on it's own.
|
void |
CMSProcessableByteArray.write(OutputStream zOut) |
|