Uses of Interface
org.frankframework.encryption.HasKeystore
Packages that use HasKeystore
Package
Description
-
Uses of HasKeystore in org.frankframework.encryption
Methods in org.frankframework.encryption with parameters of type HasKeystoreModifier and TypeMethodDescriptionstatic SSLContext
AuthSSLContextFactory.createSSLContext
(HasKeystore keystoreOwner, HasTruststore truststoreOwner, String protocol) static SSLSocketFactory
AuthSSLContextFactory.createSSLSocketFactory
(HasKeystore keystoreOwner, HasTruststore truststoreOwner, String protocol) static PrivateKey
PkiUtil.getPrivateKey
(HasKeystore keystoreOwner, String purpose) static HasTruststore
PkiUtil.keyStoreAsTrustStore
(HasKeystore keystoreOwner) static void
AuthSSLContextFactory.verifyKeystoreConfiguration
(HasKeystore keystoreOwner, HasTruststore truststoreOwner) -
Uses of HasKeystore in org.frankframework.extensions.akamai
Classes in org.frankframework.extensions.akamai that implement HasKeystoreModifier and TypeClassDescriptionclass
Sender for Akamai NetStorage (HTTP based). -
Uses of HasKeystore in org.frankframework.extensions.cmis
Classes in org.frankframework.extensions.cmis that implement HasKeystoreModifier and TypeClassDescriptionclass
Abstract class to prevent Frank!class
Sender to obtain information from and write to a CMIS application. -
Uses of HasKeystore in org.frankframework.filesystem
Classes in org.frankframework.filesystem that implement HasKeystoreModifier and TypeClassDescriptionclass
This class ensures that Microsoft Authentication Library (MSAL) requests are sent through the configured proxy and the correct SSLSocketFactory. -
Uses of HasKeystore in org.frankframework.filesystem.exchange
Classes in org.frankframework.filesystem.exchange that implement HasKeystoreModifier and TypeClassDescriptionclass
Implementation of aIBasicFileSystem
of an Exchange Mailbox. -
Uses of HasKeystore in org.frankframework.filesystem.ftp
Subinterfaces of HasKeystore in org.frankframework.filesystem.ftpClasses in org.frankframework.filesystem.ftp that implement HasKeystoreModifier and TypeClassDescriptionclass
Implementation of FTP and FTPs FileSystemclass
Base class for FTP(s) connections -
Uses of HasKeystore in org.frankframework.http
Classes in org.frankframework.http that implement HasKeystoreModifier and TypeClassDescriptionclass
Sender for the HTTP protocol usingHttpMethod
.class
Note 1: Some certificates require the <java_home>/jre/lib/security/xxx_policy.jar files to be upgraded to unlimited strength.class
class
Shared HTTPSession, implementsSharedResource
so it can be set in the Configuration.xmlclass
Sender that sends a message via a WebService. -
Uses of HasKeystore in org.frankframework.pipes
Classes in org.frankframework.pipes that implement HasKeystore -
Uses of HasKeystore in org.frankframework.receivers
Classes in org.frankframework.receivers that implement HasKeystoreModifier and TypeClassDescriptionclass
File listener for an FTP connection. -
Uses of HasKeystore in org.frankframework.senders
Classes in org.frankframework.senders that implement HasKeystoreModifier and TypeClassDescriptionclass
class
Sender that sends a mail via SendGrid v3 (cloud-based SMTP provider).