Uses of Class
com.pdftools.signaturevalidation.Certificate
Packages that use Certificate
-
Uses of Certificate in com.pdftools.signaturevalidation
Methods in com.pdftools.signaturevalidation that return CertificateModifier and TypeMethodDescriptionCertificateChain.get(int index) CmsSignatureContent.getSigningCertificate()The signing certificate (Getter)TimeStampContent.getSigningCertificate()The signing certificate (Getter)CertificateChain.remove(int index) Not supported.CertificateChain.set(int index, Certificate element) Not supported.Methods in com.pdftools.signaturevalidation that return types with arguments of type CertificateModifier and TypeMethodDescriptionCertificateChain.iterator()CertificateChain.listIterator()CertificateChain.listIterator(int index) CertificateChain.subList(int fromIndex, int toIndex) Methods in com.pdftools.signaturevalidation with parameters of type CertificateModifier and TypeMethodDescriptionvoidCertificateChain.add(int index, Certificate element) Not supported.booleanCertificateChain.add(Certificate element) Not supported.CertificateChain.set(int index, Certificate element) Not supported.Method parameters in com.pdftools.signaturevalidation with type arguments of type CertificateModifier and TypeMethodDescriptionbooleanCertificateChain.addAll(int index, Collection<? extends Certificate> elements) Not supported.booleanCertificateChain.addAll(Collection<? extends Certificate> elements) Not supported.