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, @NonNull KeystoreType keystoreType) default voidHasKeystore.setKeystoreType(KeystoreType keystoreType) Type of keystoredefault voidHasTruststore.setTruststoreType(KeystoreType truststoreType) Type of truststore. -
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)