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 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) voidHasKeystore.setKeystoreType(KeystoreType keystoreType) Type of keystorevoidHasTruststore.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 TypeMethodDescriptionvoidCmisSender.setKeystoreType(KeystoreType keystoreType) CmisSessionBuilder.setKeystoreType(KeystoreType value) voidCmisSender.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 KeystoreTypeFtpFileSystemDelegator.getKeystoreType()default KeystoreTypeFtpFileSystemDelegator.getTruststoreType()Methods in org.frankframework.filesystem.ftp with parameters of type KeystoreTypeModifier and TypeMethodDescriptiondefault voidFtpFileSystemDelegator.setKeystoreType(KeystoreType keystoreType) voidFtpSession.setKeystoreType(KeystoreType value) (ftps) Type of keystoredefault voidFtpFileSystemDelegator.setTruststoreType(KeystoreType truststoreType) voidFtpSession.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 TypeMethodDescriptionvoidAbstractHttpSession.setKeystoreType(KeystoreType value) voidAbstractHttpSession.setTruststoreType(KeystoreType value) -
Uses of KeystoreType in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type KeystoreTypeModifier and TypeMethodDescriptionvoidSignaturePipe.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 TypeMethodDescriptionvoidExchangeMailListener.setKeystoreType(KeystoreType keystoreType) voidExchangeMailListener.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 TypeMethodDescriptionvoidExchangeFileSystemSender.setKeystoreType(KeystoreType keystoreType) voidSendGridSender.setKeystoreType(KeystoreType keystoreType) voidExchangeFileSystemSender.setTruststoreType(KeystoreType truststoreType) voidSendGridSender.setTruststoreType(KeystoreType truststoreType)