Uses of Interface
com.itextpdf.commons.bouncycastle.cms.ISignerInfoGenerator
Packages that use ISignerInfoGenerator
Package
Description
-
Uses of ISignerInfoGenerator in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle with parameters of type ISignerInfoGeneratorModifier and TypeMethodDescriptionBouncyCastleFactory.createTimeStampTokenGenerator
(ISignerInfoGenerator siGen, IDigestCalculator dgCalc, IASN1ObjectIdentifier policy) Create timestamp token generator wrapper from signer info generator wrapper, digest calculator wrapper and ASN1 Object identifier wrapper. -
Uses of ISignerInfoGenerator in com.itextpdf.bouncycastle.cms
Classes in com.itextpdf.bouncycastle.cms that implement ISignerInfoGeneratorModifier and TypeClassDescriptionclass
Wrapper class forSignerInfoGenerator
. -
Uses of ISignerInfoGenerator in com.itextpdf.bouncycastle.cms.jcajce
Methods in com.itextpdf.bouncycastle.cms.jcajce that return ISignerInfoGeneratorModifier and TypeMethodDescriptionJcaSignerInfoGeneratorBuilderBC.build
(IContentSigner signer, X509Certificate cert) Calls actualbuild
method for the wrapped JcaSignerInfoGeneratorBuilder object. -
Uses of ISignerInfoGenerator in com.itextpdf.bouncycastle.tsp
Constructors in com.itextpdf.bouncycastle.tsp with parameters of type ISignerInfoGeneratorModifierConstructorDescriptionTimeStampTokenGeneratorBC
(ISignerInfoGenerator siGen, IDigestCalculator dgCalc, IASN1ObjectIdentifier policy) Creates new wrapper instance forTimeStampTokenGenerator
. -
Uses of ISignerInfoGenerator in com.itextpdf.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips with parameters of type ISignerInfoGeneratorModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createTimeStampTokenGenerator
(ISignerInfoGenerator siGen, IDigestCalculator dgCalc, IASN1ObjectIdentifier policy) Create timestamp token generator wrapper from signer info generator wrapper, digest calculator wrapper and ASN1 Object identifier wrapper. -
Uses of ISignerInfoGenerator in com.itextpdf.bouncycastlefips.cms
Classes in com.itextpdf.bouncycastlefips.cms that implement ISignerInfoGeneratorModifier and TypeClassDescriptionclass
Wrapper class forSignerInfoGenerator
. -
Uses of ISignerInfoGenerator in com.itextpdf.bouncycastlefips.cms.jcajce
Methods in com.itextpdf.bouncycastlefips.cms.jcajce that return ISignerInfoGeneratorModifier and TypeMethodDescriptionJcaSignerInfoGeneratorBuilderBCFips.build
(IContentSigner signer, X509Certificate cert) Calls actualbuild
method for the wrapped JcaSignerInfoGeneratorBuilder object. -
Uses of ISignerInfoGenerator in com.itextpdf.bouncycastlefips.tsp
Constructors in com.itextpdf.bouncycastlefips.tsp with parameters of type ISignerInfoGeneratorModifierConstructorDescriptionTimeStampTokenGeneratorBCFips
(ISignerInfoGenerator siGen, IDigestCalculator dgCalc, IASN1ObjectIdentifier policy) Creates new wrapper instance forTimeStampTokenGenerator
. -
Uses of ISignerInfoGenerator in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle with parameters of type ISignerInfoGeneratorModifier and TypeMethodDescriptionIBouncyCastleFactory.createTimeStampTokenGenerator
(ISignerInfoGenerator siGen, IDigestCalculator dgCalc, IASN1ObjectIdentifier policy) Create timestamp token generator wrapper from signer info generator wrapper, digest calculator wrapper and ASN1 Object identifier wrapper. -
Uses of ISignerInfoGenerator in com.itextpdf.commons.bouncycastle.cms.jcajce
Methods in com.itextpdf.commons.bouncycastle.cms.jcajce that return ISignerInfoGeneratorModifier and TypeMethodDescriptionIJcaSignerInfoGeneratorBuilder.build
(IContentSigner signer, X509Certificate cert) Calls actualbuild
method for the wrapped JcaSignerInfoGeneratorBuilder object.