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 IJcaCertStoreBouncyCastleFactory. createJcaCertStore(java.util.List<java.security.cert.Certificate> certificates)Create Jca cert store wrapper fromListofCertificateobjects. -
Uses of IJcaCertStore in com.itextpdf.bouncycastle.cert.jcajce
Classes in com.itextpdf.bouncycastle.cert.jcajce that implement IJcaCertStore Modifier and Type Class Description classJcaCertStoreBCWrapper 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 voidTimeStampTokenGeneratorBC. addCertificates(IJcaCertStore jcaCertStore)Calls actualaddCertificatesmethod 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 IJcaCertStoreBouncyCastleDefaultFactory. 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 IJcaCertStoreIBouncyCastleFactory. createJcaCertStore(java.util.List<java.security.cert.Certificate> certificates)Create Jca cert store wrapper fromListofCertificateobjects. -
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 voidITimeStampTokenGenerator. addCertificates(IJcaCertStore jcaCertStore)Calls actualaddCertificatesmethod for the wrapped TimeStampTokenGenerator object.
-