Uses of Class
org.bouncycastle.cms.SignerInformation
| Package | Description |
|---|---|
| org.bouncycastle.cms |
-
Uses of SignerInformation in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return SignerInformation Modifier and Type Method Description static SignerInformationSignerInformation. addCounterSigners(SignerInformation signerInformation, SignerInformationStore counterSigners)Return a signer information object with passed in SignerInformationStore representing counter signatures attached as an unsigned attribute.SignerInformationSignerInformationStore. get(SignerId selector)Return the first SignerInformation object that matches the passed in selector.static SignerInformationSignerInformation. replaceUnsignedAttributes(SignerInformation signerInformation, AttributeTable unsignedAttributes)Return a signer information object with the passed in unsigned attributes replacing the ones that are current associated with the object passed in.Methods in org.bouncycastle.cms with parameters of type SignerInformation Modifier and Type Method Description static SignerInformationSignerInformation. addCounterSigners(SignerInformation signerInformation, SignerInformationStore counterSigners)Return a signer information object with passed in SignerInformationStore representing counter signatures attached as an unsigned attribute.SignerInformationStoreCMSSignedDataGenerator. generateCounterSigners(SignerInformation signer)generate a set of one or more SignerInformation objects representing counter signatures on the passed in SignerInformation object.SignerInformationStoreCMSSignedDataGenerator. generateCounterSigners(SignerInformation signer, String sigProvider)Deprecated.use generateCounterSigners(SignerInformation)SignerInformationStoreCMSSignedDataGenerator. generateCounterSigners(SignerInformation signer, Provider sigProvider)Deprecated.use generateCounterSigners(SignerInformation)static SignerInformationSignerInformation. replaceUnsignedAttributes(SignerInformation signerInformation, AttributeTable unsignedAttributes)Return a signer information object with the passed in unsigned attributes replacing the ones that are current associated with the object passed in.