-
- All Implemented Interfaces:
public class SSLHelper
-
-
Method Summary
Modifier and Type Method Description final CertificateloadCertificate(InputStream inputStream, String type)final KeyStoreloadKeyStore(InputStream inputStream, String password, String type)final SSLContextsslContext(Array<TrustManager> trustmanagers, String protocol)final SSLContextsslContext(KeyStore keyStore, String algorithm)final SSLContextsslContext(Certificate certificate)final SSLContextsslContextForAnyCertificate()-
-
Method Detail
-
loadCertificate
final Certificate loadCertificate(InputStream inputStream, String type)
-
loadKeyStore
final KeyStore loadKeyStore(InputStream inputStream, String password, String type)
-
sslContext
final SSLContext sslContext(Array<TrustManager> trustmanagers, String protocol)
-
sslContext
final SSLContext sslContext(KeyStore keyStore, String algorithm)
-
sslContext
final SSLContext sslContext(Certificate certificate)
-
sslContextForAnyCertificate
final SSLContext sslContextForAnyCertificate()
-
-
-
-