Uses of Class
com.pdftools.PasswordException
Packages that use PasswordException
Package
Description
-
Uses of PasswordException in com.pdftools
Methods in com.pdftools that throw PasswordExceptionModifier and TypeMethodDescriptionvoidHttpClientHandler.setClientCertificate(Stream archive, String password) Set the SSL/TLS client certificate as PFX (PKCS#12) archivevoidHttpClientHandler.setClientCertificateAndKey(Stream cert, Stream key, String password) Set the SSL/TLS client certificate and private key -
Uses of PasswordException in com.pdftools.crypto.providers.builtin
Methods in com.pdftools.crypto.providers.builtin that throw PasswordExceptionModifier and TypeMethodDescriptionProvider.createSignatureFromCertificate(Stream stream, String password) Create a configuration to sign with a PFX (PKCS#12) soft certificate -
Uses of PasswordException in com.pdftools.crypto.providers.pkcs11
Methods in com.pdftools.crypto.providers.pkcs11 that throw PasswordException -
Uses of PasswordException in com.pdftools.pdf
Methods in com.pdftools.pdf that throw PasswordException -
Uses of PasswordException in com.pdftools.signaturevalidation
Methods in com.pdftools.signaturevalidation that throw PasswordExceptionModifier and TypeMethodDescriptionvoidCustomTrustList.addArchive(Stream stream) Add certificates from a PFX (PKCS#12) archivevoidCustomTrustList.addArchive(Stream stream, String password) Add certificates from a PFX (PKCS#12) archive