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
CorePkiUtil.createKeyStore
(HasKeystore keystoreOwner) static KeyStore
CorePkiUtil.createKeyStore
(HasTruststore truststoreOwner) static Certificate
CorePkiUtil.getCertificate
(HasTruststore truststoreOwner) CorePkiUtil.getExpiringCertificates
(KeyStore keystore, TemporalAmount duration) Returns a list of certificate aliases which are due to expire.static PrivateKey
CorePkiUtil.getPrivateKey
(HasKeystore keystoreOwner) static PublicKey
CorePkiUtil.getPublicKey
(HasTruststore truststoreOwner)