Uses of Enum Class
org.frankframework.encryption.KeystoreType
Packages that use KeystoreType
Package
Description
-
Uses of KeystoreType in org.frankframework.encryption
Methods in org.frankframework.encryption that return KeystoreTypeModifier and TypeMethodDescriptionHasKeystore.getKeystoreType()
HasTruststore.getTruststoreType()
static KeystoreType
Returns 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 KeyStore
PkiUtil.createKeyStore
(URL url, String password, KeystoreType keystoreType, String purpose) void
HasKeystore.setKeystoreType
(KeystoreType keystoreType) Type of keystorevoid
HasTruststore.setTruststoreType
(KeystoreType truststoreType) Type of truststore -
Uses of KeystoreType in org.frankframework.extensions.cmis
Methods in org.frankframework.extensions.cmis that return KeystoreTypeModifier and TypeMethodDescriptionCmisSender.getKeystoreType()
CmisSessionBuilder.getKeystoreType()
CmisSender.getTruststoreType()
CmisSessionBuilder.getTruststoreType()
Methods in org.frankframework.extensions.cmis with parameters of type KeystoreTypeModifier and TypeMethodDescriptionvoid
CmisSender.setKeystoreType
(KeystoreType keystoreType) CmisSessionBuilder.setKeystoreType
(KeystoreType value) void
CmisSender.setTruststoreType
(KeystoreType truststoreType) CmisSessionBuilder.setTruststoreType
(KeystoreType value) -
Uses of KeystoreType in org.frankframework.filesystem.ftp
Methods in org.frankframework.filesystem.ftp that return KeystoreTypeModifier and TypeMethodDescriptiondefault KeystoreType
FtpFileSystemDelegator.getKeystoreType()
default KeystoreType
FtpFileSystemDelegator.getTruststoreType()
Methods in org.frankframework.filesystem.ftp with parameters of type KeystoreTypeModifier and TypeMethodDescriptiondefault void
FtpFileSystemDelegator.setKeystoreType
(KeystoreType keystoreType) void
FtpSession.setKeystoreType
(KeystoreType value) (ftps) Type of keystoredefault void
FtpFileSystemDelegator.setTruststoreType
(KeystoreType truststoreType) void
FtpSession.setTruststoreType
(KeystoreType value) (ftps) Type of truststore -
Uses of KeystoreType in org.frankframework.http
Methods in org.frankframework.http with parameters of type KeystoreTypeModifier and TypeMethodDescriptionvoid
AbstractHttpSession.setKeystoreType
(KeystoreType value) void
AbstractHttpSession.setTruststoreType
(KeystoreType value) -
Uses of KeystoreType in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type KeystoreTypeModifier and TypeMethodDescriptionvoid
SignaturePipe.setKeystoreType
(KeystoreType value) Type of keystore, can be pkcs12 or pem -
Uses of KeystoreType in org.frankframework.receivers
Methods in org.frankframework.receivers with parameters of type KeystoreTypeModifier and TypeMethodDescriptionvoid
ExchangeMailListener.setKeystoreType
(KeystoreType keystoreType) void
ExchangeMailListener.setTruststoreType
(KeystoreType truststoreType) -
Uses of KeystoreType in org.frankframework.senders
Methods in org.frankframework.senders that return KeystoreTypeModifier and TypeMethodDescriptionSendGridSender.getKeystoreType()
SendGridSender.getTruststoreType()
Methods in org.frankframework.senders with parameters of type KeystoreTypeModifier and TypeMethodDescriptionvoid
ExchangeFileSystemSender.setKeystoreType
(KeystoreType keystoreType) void
SendGridSender.setKeystoreType
(KeystoreType keystoreType) void
ExchangeFileSystemSender.setTruststoreType
(KeystoreType truststoreType) void
SendGridSender.setTruststoreType
(KeystoreType truststoreType)