Uses of Interface
org.frankframework.encryption.HasTruststore
Package
Description
-
Uses of HasTruststore in org.frankframework.encryption
Modifier and TypeMethodDescriptionstatic HasTruststore
PkiUtil.keyStoreAsTrustStore
(HasKeystore keystoreOwner) Modifier and TypeMethodDescriptionstatic SSLContext
AuthSSLContextFactory.createSSLContext
(HasKeystore keystoreOwner, HasTruststore truststoreOwner, String protocol) static SSLSocketFactory
AuthSSLContextFactory.createSSLSocketFactory
(HasKeystore keystoreOwner, HasTruststore truststoreOwner, String protocol) static PublicKey
PkiUtil.getPublicKey
(HasTruststore truststoreOwner, String purpose) static void
AuthSSLContextFactory.verifyKeystoreConfiguration
(HasKeystore keystoreOwner, HasTruststore truststoreOwner) -
Uses of HasTruststore in org.frankframework.http
Modifier 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
Sender for the HTTP protocol usingHttpMethod
.class
Shared HTTPSession, implementsSharedResource
so it can be set in the Configuration.xmlclass
Deprecated.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Sender that sends a message via a WebService. -
Uses of HasTruststore in org.frankframework.senders
Modifier and TypeClassDescriptionclass
Sender that sends a mail via SendGrid v3 (cloud-based SMTP provider).