Uses of Enum Class
org.frankframework.encryption.KeystoreType
Packages that use KeystoreType
Package
Description
-
Uses of KeystoreType in org.frankframework.encryption
Subclasses with type arguments of type KeystoreType in org.frankframework.encryptionMethods in org.frankframework.encryption that return KeystoreTypeModifier and TypeMethodDescriptiondefault KeystoreTypeHasKeystore.getKeystoreType()default KeystoreTypeHasTruststore.getTruststoreType()static KeystoreTypeReturns the enum constant of this class with the specified name.static KeystoreType[]KeystoreType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.encryption with parameters of type KeystoreTypeModifier and TypeMethodDescriptionstatic KeyStoreCommonsPkiUtil.createKeyStore(URL url, String password, KeystoreType keystoreType) default voidHasKeystore.setKeystoreType(KeystoreType keystoreType) default voidHasTruststore.setTruststoreType(KeystoreType truststoreType) -
Uses of KeystoreType in org.frankframework.receivers
Methods in org.frankframework.receivers with parameters of type KeystoreTypeModifier and TypeMethodDescriptionvoidExchangeMailListener.setKeystoreType(KeystoreType keystoreType) voidExchangeMailListener.setTruststoreType(KeystoreType truststoreType) -
Uses of KeystoreType in org.frankframework.senders
Methods in org.frankframework.senders with parameters of type KeystoreTypeModifier and TypeMethodDescriptionvoidExchangeFileSystemSender.setKeystoreType(KeystoreType keystoreType) voidExchangeFileSystemSender.setTruststoreType(KeystoreType truststoreType)