@Authors(value="Nikolche Mihajlovski")
@Since(value="5.4.0")
public class TLSUtil
extends org.rapidoid.RapidoidThing
| Constructor and Description |
|---|
TLSUtil() |
| Modifier and Type | Method and Description |
|---|---|
static SSLContext |
createContext(String keystore,
char[] keystorePassword,
char[] keyManagerPassword,
String truststore,
char[] truststorePassword,
boolean selfSignedTLS) |
static SSLContext |
createTrustingContext() |
public static SSLContext createTrustingContext()
public static SSLContext createContext(String keystore, char[] keystorePassword, char[] keyManagerPassword, String truststore, char[] truststorePassword, boolean selfSignedTLS)
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.