Package | Description |
---|---|
old.org.bouncycastle.cms | |
old.org.bouncycastle.mail.smime | |
old.org.bouncycastle.mail.smime.validator |
Modifier and Type | Method and Description |
---|---|
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,
Provider sigProvider)
Deprecated.
use generateCounterSigners(SignerInformation)
|
SignerInformationStore |
CMSSignedDataGenerator.generateCounterSigners(SignerInformation signer,
String sigProvider)
Deprecated.
use generateCounterSigners(SignerInformation)
|
SignerInformationStore |
SignerInformation.getCounterSignatures()
Return a SignerInformationStore containing the counter signatures attached to this
signer.
|
SignerInformationStore |
CMSSignedDataParser.getSignerInfos()
return the collection of signers that are associated with the
signatures for the message.
|
SignerInformationStore |
CMSSignedData.getSignerInfos()
return the collection of signers that are associated with the
signatures for the message.
|
Modifier and Type | Method and Description |
---|---|
static SignerInformation |
SignerInformation.addCounterSigners(SignerInformation signerInformation,
SignerInformationStore counterSigners)
Return a signer information object with passed in SignerInformationStore representing counter
signatures attached as an unsigned attribute.
|
void |
CMSSignedGenerator.addSigners(SignerInformationStore signerStore)
Add a store of precalculated signers to the generator.
|
static CMSSignedData |
CMSSignedData.replaceSigners(CMSSignedData signedData,
SignerInformationStore signerInformationStore)
Replace the signerinformation store associated with this
CMSSignedData object with the new one passed in.
|
static OutputStream |
CMSSignedDataParser.replaceSigners(InputStream original,
SignerInformationStore signerInformationStore,
OutputStream out)
Replace the signerinformation store associated with the passed
in message contained in the stream original with the new one passed in.
|
Modifier and Type | Method and Description |
---|---|
void |
SMIMESignedGenerator.addSigners(SignerInformationStore signerStore)
Add a store of precalculated signers to the generator.
|
Modifier and Type | Method and Description |
---|---|
SignerInformationStore |
SignedMailValidator.getSignerInformationStore() |
Copyright © 2015. All rights reserved.