Uses of Class
org.frankframework.encryption.KeystoreConfiguration
Packages that use KeystoreConfiguration
Package
Description
-
Uses of KeystoreConfiguration in org.frankframework.encryption
Methods in org.frankframework.encryption that return KeystoreConfigurationModifier and TypeMethodDescriptiondefault KeystoreConfigurationHasKeystore.createKeystoreConfiguration()Deprecated.HasKeystore.getKeystoreConfiguration()Deprecated.Methods in org.frankframework.encryption with parameters of type KeystoreConfigurationModifier and TypeMethodDescriptionstatic KeyStoreCorePkiUtil.createKeyStore(KeystoreConfiguration keystoreOwner) voidHasKeystore.setKeystoreConfiguration(KeystoreConfiguration keystoreConfiguration) FrankDoc requirement, to be able to set the KEYSTORE element. -
Uses of KeystoreConfiguration in org.frankframework.extensions.cmis
Methods in org.frankframework.extensions.cmis that return KeystoreConfigurationModifier and TypeMethodDescriptionCmisSender.getKeystoreConfiguration()CmisSessionBuilder.getKeystoreConfiguration()Methods in org.frankframework.extensions.cmis with parameters of type KeystoreConfigurationModifier and TypeMethodDescriptionvoidCmisSender.setKeystoreConfiguration(KeystoreConfiguration keystoreConfiguration) voidCmisSessionBuilder.setKeystoreConfiguration(KeystoreConfiguration keystoreConfiguration) -
Uses of KeystoreConfiguration in org.frankframework.filesystem.exchange
Methods in org.frankframework.filesystem.exchange with parameters of type KeystoreConfigurationModifier and TypeMethodDescriptionvoidExchangeFileSystem.setKeystoreConfiguration(KeystoreConfiguration keystoreConfiguration) -
Uses of KeystoreConfiguration in org.frankframework.filesystem.ftp
Methods in org.frankframework.filesystem.ftp that return KeystoreConfigurationModifier and TypeMethodDescriptiondefault KeystoreConfigurationFtpFileSystemDelegator.getKeystoreConfiguration()Override default method to use the keystoreConfiguration in the fileSystemMethods in org.frankframework.filesystem.ftp with parameters of type KeystoreConfigurationModifier and TypeMethodDescriptiondefault voidFtpFileSystemDelegator.setKeystoreConfiguration(KeystoreConfiguration keystoreConfiguration) voidFtpSession.setKeystoreConfiguration(KeystoreConfiguration keystoreConfiguration) -
Uses of KeystoreConfiguration in org.frankframework.http
Methods in org.frankframework.http with parameters of type KeystoreConfigurationModifier and TypeMethodDescriptionvoidAbstractHttpSession.setKeystoreConfiguration(KeystoreConfiguration keystoreConfiguration) -
Uses of KeystoreConfiguration in org.frankframework.pipes
Methods in org.frankframework.pipes with parameters of type KeystoreConfigurationModifier and TypeMethodDescriptionvoidSignaturePipe.setKeystoreConfiguration(KeystoreConfiguration keystoreConfiguration) -
Uses of KeystoreConfiguration in org.frankframework.senders
Methods in org.frankframework.senders that return KeystoreConfigurationModifier and TypeMethodDescriptionSendGridSender.getKeystoreConfiguration()Override getter to delegate to httpSessionMethods in org.frankframework.senders with parameters of type KeystoreConfigurationModifier and TypeMethodDescriptionvoidSendGridSender.setKeystoreConfiguration(KeystoreConfiguration keystoreConfiguration) -
Uses of KeystoreConfiguration in org.frankframework.soap
Methods in org.frankframework.soap with parameters of type KeystoreConfigurationModifier and TypeMethodDescriptionvoidCryptoSoapValidator.setKeystoreConfiguration(KeystoreConfiguration keystoreConfiguration)