Uses of Interface
com.itextpdf.commons.bouncycastle.cms.ISignerInfoGenerator
-
-
Uses of ISignerInfoGenerator in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle with parameters of type ISignerInfoGenerator Modifier and Type Method Description ITimeStampTokenGenerator
BouncyCastleFactory. 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 ISignerInfoGenerator Modifier and Type Class Description class
SignerInfoGeneratorBC
Wrapper class forSignerInfoGenerator
. -
Uses of ISignerInfoGenerator in com.itextpdf.bouncycastle.cms.jcajce
Methods in com.itextpdf.bouncycastle.cms.jcajce that return ISignerInfoGenerator Modifier and Type Method Description ISignerInfoGenerator
JcaSignerInfoGeneratorBuilderBC. build(IContentSigner signer, java.security.cert.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 ISignerInfoGenerator Constructor Description TimeStampTokenGeneratorBC(ISignerInfoGenerator siGen, IDigestCalculator dgCalc, IASN1ObjectIdentifier policy)
Creates new wrapper instance forTimeStampTokenGenerator
. -
Uses of ISignerInfoGenerator in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector with parameters of type ISignerInfoGenerator Modifier and Type Method Description ITimeStampTokenGenerator
BouncyCastleDefaultFactory. createTimeStampTokenGenerator(ISignerInfoGenerator siGen, IDigestCalculator dgCalc, IASN1ObjectIdentifier policy)
-
Uses of ISignerInfoGenerator in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle with parameters of type ISignerInfoGenerator Modifier and Type Method Description ITimeStampTokenGenerator
IBouncyCastleFactory. 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 ISignerInfoGenerator Modifier and Type Method Description ISignerInfoGenerator
IJcaSignerInfoGeneratorBuilder. build(IContentSigner signer, java.security.cert.X509Certificate cert)
Calls actualbuild
method for the wrapped JcaSignerInfoGeneratorBuilder object.
-