Uses of Interface
com.itextpdf.commons.bouncycastle.cert.jcajce.IJcaCertStore
Packages that use IJcaCertStore
Package
Description
-
Uses of IJcaCertStore in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IJcaCertStoreModifier and TypeMethodDescriptionBouncyCastleFactory.createJcaCertStore
(List<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 -
Uses of IJcaCertStore in com.itextpdf.bouncycastle.tsp
Methods in com.itextpdf.bouncycastle.tsp with parameters of type IJcaCertStoreModifier and TypeMethodDescriptionvoid
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 IJcaCertStoreModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createJcaCertStore
(List<Certificate> certificates) -
Uses of IJcaCertStore in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IJcaCertStoreModifier and TypeMethodDescriptionIBouncyCastleFactory.createJcaCertStore
(List<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 IJcaCertStoreModifier and TypeMethodDescriptionvoid
ITimeStampTokenGenerator.addCertificates
(IJcaCertStore jcaCertStore) Calls actualaddCertificates
method for the wrapped TimeStampTokenGenerator object.