Package | Description |
---|---|
kz.gamma.cms |
Modifier and Type | Field and Description |
---|---|
private SignerInformationStore |
CMSSignedDataParser._signerInfoStore |
(package private) SignerInformationStore |
CMSSignedData.signerInfoStore |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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 java.io.OutputStream |
CMSSignedDataParser.replaceSigners(java.io.InputStream original,
SignerInformationStore signerInformationStore,
java.io.OutputStream out)
Replace the signerinformation store associated with the passed
in message contained in the stream original with the new one passed in.
|
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.