Uses of Class
org.bouncycastle.cms.SignerInformation
Packages that use SignerInformation
-
Uses of SignerInformation in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return SignerInformationModifier and TypeMethodDescriptionstatic SignerInformationSignerInformation.addCounterSigners(SignerInformation signerInformation, SignerInformationStore counterSigners) Return a signer information object with passed in SignerInformationStore representing counter signatures attached as an unsigned attribute.static SignerInformationCMSPatchKit.createNonDERSignerInfo(SignerInformation original) Create a SignerInformation based on original which uses definite-length rather than DER encoding for verifying the signature on the signed attributes.static SignerInformationCMSPatchKit.createWithSignatureAlgorithm(SignerInformation original, AlgorithmIdentifier signatureAlgorithm) Create a SignerInformation based on original has it's signatureAlgorithm replaced with the passed in AlgorithmIdentifier.Return the first SignerInformation object that matches the passed in selector.static SignerInformationSignerInformation.replaceUnsignedAttributes(SignerInformation signerInformation, org.bouncycastle.asn1.cms.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 that return types with arguments of type SignerInformationModifier and TypeMethodDescriptionSignerInformationStore.getSigners()Return all signers in the collectionSignerInformationStore.getSigners(SignerId selector) Return possible empty collection with signers matching the passed in SignerIdSignerInformationStore.iterator()Support method for Iterable where available.Methods in org.bouncycastle.cms with parameters of type SignerInformationModifier and TypeMethodDescriptionstatic SignerInformationSignerInformation.addCounterSigners(SignerInformation signerInformation, SignerInformationStore counterSigners) Return a signer information object with passed in SignerInformationStore representing counter signatures attached as an unsigned attribute.static SignerInformationCMSPatchKit.createNonDERSignerInfo(SignerInformation original) Create a SignerInformation based on original which uses definite-length rather than DER encoding for verifying the signature on the signed attributes.static SignerInformationCMSPatchKit.createWithSignatureAlgorithm(SignerInformation original, AlgorithmIdentifier signatureAlgorithm) Create a SignerInformation based on original has it's signatureAlgorithm replaced with the passed in AlgorithmIdentifier.CMSSignedDataGenerator.generateCounterSigners(SignerInformation signer) generate a set of one or more SignerInformation objects representing counter signatures on the passed in SignerInformation object.static SignerInformationSignerInformation.replaceUnsignedAttributes(SignerInformation signerInformation, org.bouncycastle.asn1.cms.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.Constructors in org.bouncycastle.cms with parameters of type SignerInformationModifierConstructorDescriptionprotectedSignerInformation(SignerInformation baseInfo) Protected constructor.protectedSignerInformation(SignerInformation baseInfo, org.bouncycastle.asn1.cms.SignerInfo info) Protected constructor.SignerInformationStore(SignerInformation signerInfo) Create a store containing a single SignerInformation object.Constructor parameters in org.bouncycastle.cms with type arguments of type SignerInformationModifierConstructorDescriptionSignerInformationStore(Collection<SignerInformation> signerInfos) Create a store containing a collection of SignerInformation objects. -
Uses of SignerInformation in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp with parameters of type SignerInformationModifier and TypeMethodDescriptionstatic CollectionTSPUtil.getSignatureTimestamps(SignerInformation signerInfo, DigestCalculatorProvider digCalcProvider) Fetches the signature time-stamp attributes from a SignerInformation object.