- addClientKey(byte[], InputStream, InputStream...) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given client key and the associated certificate and certification
chain to the key store.
- addClientKey(byte[], InputStream) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given client key and the associated self-signed certificate.
- addClientKey(InputStream, InputStream, InputStream...) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given client key and the associated certificate and certification
chain to the key store.
- addClientKey(InputStream, InputStream) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given client key and the associated self-signed certificate.
- addClientKey(String, String, String...) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given client key and the associated certificate and certification
chain to the key store.
- addServerCertificate(InputStream) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given server certificate to the trust store.
- addServerCertificate(String) - Method in class ej.net.util.ssl.SslContextBuilder
-
Adds the given server certificate to the trust store.