- password(char[]) - Method in interface org.soulwing.ssl.KeyStoreConfiguration
-
Configures the key store password.
- password(String) - Method in interface org.soulwing.ssl.KeyStoreConfiguration
-
Configures the key store password.
- peerTrust() - Method in interface org.soulwing.ssl.SSLContextBuilder
-
Starts a sub-builder that will produce a key store containing
trusted certificates to be used to validate the identity
of the SSL peer when negotiating secure sessions using the resulting
context.
- peerTrust(KeyStore) - Method in interface org.soulwing.ssl.SSLContextBuilder
-
Specifies a store of trusted certificates that will be used to validate
the identity of the SSL peer when negotiating secure sessions using the
resulting context.
- protocol(String) - Method in interface org.soulwing.ssl.SSLContextBuilder
-
Specifies the name of the secure socket protocol (e.g.
- provider(String) - Method in interface org.soulwing.ssl.KeyStoreConfiguration
-
Configures the name of the JCA provider that will produce the key store.
- provider(Provider) - Method in interface org.soulwing.ssl.KeyStoreConfiguration
-
Configures the JCA provider that will produce the key store.
- provider(String) - Method in interface org.soulwing.ssl.SSLContextBuilder
-
Specifies the name of the JCA provider that will produce the SSL context.
- provider(Provider) - Method in interface org.soulwing.ssl.SSLContextBuilder
-
Specifies the JCA provider that will produce the SSL context.