Uses of Interface
org.somda.sdc.dpws.crypto.CryptoSettings
-
Packages that use CryptoSettings Package Description org.somda.sdc.dpws.crypto Provides certificate and trust data for TLS encryption.org.somda.sdc.dpws.http.helper HTTP server and client helper classes. -
-
Uses of CryptoSettings in org.somda.sdc.dpws.crypto
Methods in org.somda.sdc.dpws.crypto with parameters of type CryptoSettings Modifier and Type Method Description SSLContextCryptoConfigurator. createSslContextFromCryptoConfig(CryptoSettings cryptoSettings)Accepts aCryptoSettingsobject and creates an SSLContext object.List<X509Certificate>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 CryptoSettings Constructor Description HttpServerClientSelfTest(String frameworkIdentifier, boolean enableHttps, CryptoConfigurator cryptoConfigurator, CryptoSettings cryptoSettings, String[] tlsProtocols, String[] enabledCiphers, HostnameVerifier hostnameVerifier, Duration connectionTimeout, JettyHttpServerHandlerFactory jettyHttpServerHandlerFactory)
-