Uses of Interface
com.itextpdf.commons.bouncycastle.cms.ISignerInformationVerifier
-
-
Uses of ISignerInformationVerifier in com.itextpdf.bouncycastle.cms
Classes in com.itextpdf.bouncycastle.cms that implement ISignerInformationVerifier Modifier and Type Class Description class
SignerInformationVerifierBC
Wrapper class forSignerInformationVerifier
. -
Uses of ISignerInformationVerifier in com.itextpdf.bouncycastle.cms.jcajce
Methods in com.itextpdf.bouncycastle.cms.jcajce that return ISignerInformationVerifier Modifier and Type Method Description ISignerInformationVerifier
JcaSimpleSignerInfoVerifierBuilderBC. build(java.security.cert.X509Certificate certificate)
Calls actualbuild
method for the wrapped JcaSimpleSignerInfoVerifierBuilder object. -
Uses of ISignerInformationVerifier in com.itextpdf.bouncycastle.tsp
Methods in com.itextpdf.bouncycastle.tsp with parameters of type ISignerInformationVerifier Modifier and Type Method Description void
TimeStampTokenBC. validate(ISignerInformationVerifier verifier)
Calls actualvalidate
method for the wrapped TimeStampToken object. -
Uses of ISignerInformationVerifier in com.itextpdf.commons.bouncycastle.cms.jcajce
Methods in com.itextpdf.commons.bouncycastle.cms.jcajce that return ISignerInformationVerifier Modifier and Type Method Description ISignerInformationVerifier
IJcaSimpleSignerInfoVerifierBuilder. build(java.security.cert.X509Certificate certificate)
Calls actualbuild
method for the wrapped JcaSimpleSignerInfoVerifierBuilder object. -
Uses of ISignerInformationVerifier in com.itextpdf.commons.bouncycastle.tsp
Methods in com.itextpdf.commons.bouncycastle.tsp with parameters of type ISignerInformationVerifier Modifier and Type Method Description void
ITimeStampToken. validate(ISignerInformationVerifier verifier)
Calls actualvalidate
method for the wrapped TimeStampToken object.
-