Uses of Interface
org.somda.sdc.dpws.crypto.CryptoSettings
Packages that use CryptoSettings
Package
Description
Provides certificate and trust data for TLS encryption.
HTTP server and client helper classes.
-
Uses of CryptoSettings in org.somda.sdc.dpws.crypto
Subinterfaces of CryptoSettings in org.somda.sdc.dpws.cryptoMethods in org.somda.sdc.dpws.crypto with parameters of type CryptoSettingsModifier and TypeMethodDescriptionCryptoConfigurator.createSslContextFromCryptoConfig(CryptoSettings cryptoSettings) Accepts aCryptoSettingsobject and creates an SSLContext object.CryptoConfigurator.getCertificates(CryptoSettings cryptoSettings) Accepts aCryptoSettingsobject and extracts all certificates from the keystore. -
Uses of CryptoSettings in org.somda.sdc.dpws.http.helper
Constructors in org.somda.sdc.dpws.http.helper with parameters of type CryptoSettingsModifierConstructorDescriptionHttpServerClientSelfTest(String frameworkIdentifier, boolean enableHttps, CryptoConfigurator cryptoConfigurator, CryptoSettings cryptoSettings, String[] tlsProtocols, String[] enabledCiphers, HostnameVerifier hostnameVerifier, Duration connectionTimeout, JettyHttpServerHandlerFactory jettyHttpServerHandlerFactory)