Uses of Interface
com.itextpdf.commons.bouncycastle.cert.jcajce.IJcaCertStore
-
-
Uses of IJcaCertStore in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IJcaCertStore Modifier and Type Method Description IJcaCertStore
BouncyCastleFactory. createJcaCertStore(java.util.List<java.security.cert.Certificate> certificates)
Create Jca cert store wrapper fromList
ofCertificate
objects. -
Uses of IJcaCertStore in com.itextpdf.bouncycastle.cert.jcajce
Classes in com.itextpdf.bouncycastle.cert.jcajce that implement IJcaCertStore Modifier and Type Class Description class
JcaCertStoreBC
Wrapper class forJcaCertStore
. -
Uses of IJcaCertStore in com.itextpdf.bouncycastle.tsp
Methods in com.itextpdf.bouncycastle.tsp with parameters of type IJcaCertStore Modifier and Type Method Description void
TimeStampTokenGeneratorBC. addCertificates(IJcaCertStore jcaCertStore)
Calls actualaddCertificates
method for the wrapped TimeStampTokenGenerator object. -
Uses of IJcaCertStore in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IJcaCertStore Modifier and Type Method Description IJcaCertStore
BouncyCastleDefaultFactory. createJcaCertStore(java.util.List<java.security.cert.Certificate> certificates)
-
Uses of IJcaCertStore in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IJcaCertStore Modifier and Type Method Description IJcaCertStore
IBouncyCastleFactory. createJcaCertStore(java.util.List<java.security.cert.Certificate> certificates)
Create Jca cert store wrapper fromList
ofCertificate
objects. -
Uses of IJcaCertStore in com.itextpdf.commons.bouncycastle.tsp
Methods in com.itextpdf.commons.bouncycastle.tsp with parameters of type IJcaCertStore Modifier and Type Method Description void
ITimeStampTokenGenerator. addCertificates(IJcaCertStore jcaCertStore)
Calls actualaddCertificates
method for the wrapped TimeStampTokenGenerator object.
-