Uses of Class
org.glassfish.tyrus.client.SslContextConfigurator
Packages that use SslContextConfigurator
-
Uses of SslContextConfigurator in org.glassfish.tyrus.client
Fields in org.glassfish.tyrus.client declared as SslContextConfiguratorModifier and TypeFieldDescriptionstatic final SslContextConfiguratorSslContextConfigurator.DEFAULT_CONFIGDefault SSL configuration.protected SslContextConfiguratorSslEngineConfigurator.sslContextConfigurationMethods in org.glassfish.tyrus.client that return SslContextConfiguratorModifier and TypeMethodDescriptionSslContextConfigurator.retrieve(Properties props) Retrieve settings from (system) properties.SslContextConfigurator.setKeyManagerFactoryAlgorithm(String keyManagerFactoryAlgorithm) Sets the key manager factory algorithm.SslContextConfigurator.setKeyPassword(char[] keyPassword) Password of the key in the key store.SslContextConfigurator.setKeyPassword(String keyPassword) Password of the key in the key store.SslContextConfigurator.setKeyStoreBytes(byte[] keyStoreBytes) Sets key store payload as byte array.SslContextConfigurator.setKeyStoreFile(String keyStoreFile) Sets key store file name, also makes sure that if other key store configuration parameters are not set to set them to default values.SslContextConfigurator.setKeyStorePassword(char[] keyStorePassword) Password of key store.SslContextConfigurator.setKeyStorePassword(String keyStorePassword) Password of key store.SslContextConfigurator.setKeyStoreProvider(String keyStoreProvider) Sets the key store provider name.SslContextConfigurator.setKeyStoreType(String keyStoreType) Type of key store.SslContextConfigurator.setSecurityProtocol(String securityProtocol) Sets the SSLContext protocol.SslContextConfigurator.setTrustManagerFactoryAlgorithm(String trustManagerFactoryAlgorithm) Sets the trust manager factory algorithm.SslContextConfigurator.setTrustStoreBytes(byte[] trustStoreBytes) Sets trust store payload as byte array.SslContextConfigurator.setTrustStoreFile(String trustStoreFile) Sets trust store file name, also makes sure that if other trust store configuration parameters are not set to set them to default values.SslContextConfigurator.setTrustStorePassword(String trustStorePassword) Password of trust store.SslContextConfigurator.setTrustStoreProvider(String trustStoreProvider) Sets the trust store provider name.SslContextConfigurator.setTrustStoreType(String trustStoreType) Type of trust store.Constructors in org.glassfish.tyrus.client with parameters of type SslContextConfiguratorModifierConstructorDescriptionSslEngineConfigurator(SslContextConfigurator sslContextConfiguration) Create SSL Engine configuration based on passedSslContextConfigurator.SslEngineConfigurator(SslContextConfigurator sslContextConfiguration, boolean clientMode, boolean needClientAuth, boolean wantClientAuth) Create SSL Engine configuration basing on passedSslContextConfigurator.