Uses of Interface
org.frankframework.encryption.HasTruststore
Packages that use HasTruststore
Package
Description
-
Uses of HasTruststore in org.frankframework.encryption
Methods in org.frankframework.encryption that return HasTruststoreModifier and TypeMethodDescriptionstatic HasTruststoreCorePkiUtil.keyStoreAsTrustStore(HasKeystore keystoreOwner) Methods in org.frankframework.encryption with parameters of type HasTruststoreModifier and TypeMethodDescriptionstatic KeyStoreCorePkiUtil.createKeyStore(HasTruststore truststoreOwner) static SSLContextAuthSSLContextFactory.createSSLContext(HasKeystore keystoreOwner, HasTruststore truststoreOwner, String protocol) static SSLSocketFactoryAuthSSLContextFactory.createSSLSocketFactory(HasKeystore keystoreOwner, HasTruststore truststoreOwner, String protocol) static CertificateCorePkiUtil.getCertificate(HasTruststore truststoreOwner) static PublicKeyCorePkiUtil.getPublicKey(HasTruststore truststoreOwner) static voidAuthSSLContextFactory.verifyKeystoreConfiguration(HasKeystore keystoreOwner, HasTruststore truststoreOwner) -
Uses of HasTruststore in org.frankframework.extensions.akamai
Classes in org.frankframework.extensions.akamai that implement HasTruststoreModifier and TypeClassDescriptionclassSender for Akamai NetStorage (HTTP based). -
Uses of HasTruststore in org.frankframework.extensions.cmis
Classes in org.frankframework.extensions.cmis that implement HasTruststoreModifier and TypeClassDescriptionclassAbstract class to prevent Frank!classSender to obtain information from and write to a CMIS application. -
Uses of HasTruststore in org.frankframework.filesystem
Classes in org.frankframework.filesystem that implement HasTruststoreModifier and TypeClassDescriptionclassThis class ensures that Microsoft Authentication Library (MSAL) requests are sent through the configured proxy and the correct SSLSocketFactory. -
Uses of HasTruststore in org.frankframework.filesystem.exchange
Classes in org.frankframework.filesystem.exchange that implement HasTruststoreModifier and TypeClassDescriptionclassImplementation of aIBasicFileSystemof an Exchange Mailbox. -
Uses of HasTruststore in org.frankframework.filesystem.ftp
Subinterfaces of HasTruststore in org.frankframework.filesystem.ftpClasses in org.frankframework.filesystem.ftp that implement HasTruststoreModifier and TypeClassDescriptionclassImplementation of FTP and FTPs FileSystemclassBase class for FTP(s) connections -
Uses of HasTruststore in org.frankframework.http
Classes in org.frankframework.http that implement HasTruststoreModifier and TypeClassDescriptionclassSender for the HTTP protocol usingHttpMethod.classNote 1: Some certificates require the <java_home>/jre/lib/security/xxx_policy.jar files to be upgraded to unlimited strength.classclassShared HTTPSession, implementsSharedResourceso it can be set in the Configuration.xmlclassSender that sends a message via a WebService. -
Uses of HasTruststore in org.frankframework.receivers
Classes in org.frankframework.receivers that implement HasTruststoreModifier and TypeClassDescriptionclassFile listener for an FTP connection. -
Uses of HasTruststore in org.frankframework.senders
Classes in org.frankframework.senders that implement HasTruststoreModifier and TypeClassDescriptionclassclassSender that sends a mail via SendGrid v3 (cloud-based SMTP provider).