|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SignerInformationStore | |
|---|---|
| kz.gamma.cms | |
| Uses of SignerInformationStore in kz.gamma.cms |
|---|
| Fields in kz.gamma.cms declared as SignerInformationStore | |
|---|---|
private SignerInformationStore |
CMSSignedDataParser._signerInfoStore
|
(package private) SignerInformationStore |
CMSSignedData.signerInfoStore
|
| Methods in kz.gamma.cms that return SignerInformationStore | |
|---|---|
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. |
| Methods in kz.gamma.cms with parameters of type SignerInformationStore | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||