Uses of Interface
com.itextpdf.commons.bouncycastle.cert.jcajce.IJcaCertStore
Package
Description
-
Uses of IJcaCertStore in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createJcaCertStore
(List<Certificate> certificates) Create Jca cert store wrapper fromList
ofCertificate
objects. -
Uses of IJcaCertStore in com.itextpdf.bouncycastle.cert.jcajce
-
Uses of IJcaCertStore in com.itextpdf.bouncycastle.tsp
Modifier and TypeMethodDescriptionvoid
TimeStampTokenGeneratorBC.addCertificates
(IJcaCertStore jcaCertStore) Calls actualaddCertificates
method for the wrapped TimeStampTokenGenerator object. -
Uses of IJcaCertStore in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createJcaCertStore
(List<Certificate> certificates) Create Jca cert store wrapper fromList
ofCertificate
objects. -
Uses of IJcaCertStore in com.itextpdf.bouncycastlefips.cert.jcajce
-
Uses of IJcaCertStore in com.itextpdf.bouncycastlefips.tsp
Modifier and TypeMethodDescriptionvoid
TimeStampTokenGeneratorBCFips.addCertificates
(IJcaCertStore jcaCertStore) Calls actualaddCertificates
method for the wrapped TimeStampTokenGenerator object. -
Uses of IJcaCertStore in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createJcaCertStore
(List<Certificate> certificates) Create Jca cert store wrapper fromList
ofCertificate
objects. -
Uses of IJcaCertStore in com.itextpdf.commons.bouncycastle.tsp
Modifier and TypeMethodDescriptionvoid
ITimeStampTokenGenerator.addCertificates
(IJcaCertStore jcaCertStore) Calls actualaddCertificates
method for the wrapped TimeStampTokenGenerator object.