Uses of Class
org.glassfish.jersey.SslConfigurator
-
Uses of SslConfigurator in org.glassfish.jersey
Modifier and TypeMethodDescriptionSslConfigurator.copy()
Create a copy of the current SSL configurator instance.SslConfigurator.keyManagerFactoryAlgorithm
(String algorithm) Set the key manager factory algorithm.SslConfigurator.keyManagerFactoryProvider
(String provider) Set the key manager factory provider.SslConfigurator.keyPassword
(char[] password) Set the password of the key in the key store.SslConfigurator.keyPassword
(String password) Set the password of the key in the key store.Set the key store instance.SslConfigurator.keyStoreBytes
(byte[] payload) Set the key store payload as byte array.SslConfigurator.keyStoreFile
(String fileName) Set the key store file name.SslConfigurator.keyStorePassword
(char[] password) Set the password of key store.SslConfigurator.keyStorePassword
(String password) Set the password of key store.SslConfigurator.keyStoreProvider
(String keyStoreProvider) Set the key store provider name.SslConfigurator.keyStoreType
(String keyStoreType) Set the type of key store.SslConfigurator.keyStoreUrl
(URL url) Set the key store url.static SslConfigurator
SslConfigurator.newInstance()
Get a new & initialized SSL configurator instance.static SslConfigurator
SslConfigurator.newInstance
(boolean readSystemProperties) Get a new SSL configurator instance.SslConfigurator.retrieve()
Retrieve the SSL context configuration from the system properties.SslConfigurator.retrieve
(Properties props) Retrieve the SSL context configuration from the supplied properties.SslConfigurator.securityProtocol
(String protocol) Set the SSLContext protocol.SslConfigurator.trustManagerFactoryAlgorithm
(String algorithm) Set the trust manager factory algorithm.SslConfigurator.trustManagerFactoryProvider
(String provider) Set the trust manager factory provider.SslConfigurator.trustStore
(KeyStore trustStore) Set the trust store instance.SslConfigurator.trustStoreBytes
(byte[] payload) Set the trust store payload as byte array.SslConfigurator.trustStoreFile
(String fileName) Set the trust store file name.SslConfigurator.trustStorePassword
(String password) Set the password of trust store.SslConfigurator.trustStoreProvider
(String trustStoreProvider) Set the trust store provider name.SslConfigurator.trustStoreType
(String trustStoreType) Set the type of trust store.SslConfigurator.trustStoreUrl
(URL url) Set the trust store file url.