Uses of Class
org.frankframework.encryption.EncryptionException
Packages that use EncryptionException
-
Uses of EncryptionException in org.frankframework.encryption
Methods in org.frankframework.encryption that throw EncryptionExceptionModifier and TypeMethodDescriptionstatic KeyStore
PkiUtil.createKeyStore
(HasKeystore keystoreOwner) static KeyStore
PkiUtil.createKeyStore
(HasTruststore truststoreOwner) static Certificate
PkiUtil.getCertificate
(HasTruststore truststoreOwner) PkiUtil.getExpiringCertificates
(KeyStore keystore, TemporalAmount duration) Returns a list of certificate aliases which are due to expire.static PrivateKey
PkiUtil.getPrivateKey
(HasKeystore keystoreOwner) static PublicKey
PkiUtil.getPublicKey
(HasTruststore truststoreOwner)