public class SslContextFactory extends Object
Constructor and Description |
---|
SslContextFactory() |
Modifier and Type | Method and Description |
---|---|
static SSLContext |
getContext(String keyStoreFileName,
char[] keyStorePassword,
char[] keyStoreCertificatePassword,
String trustStoreFileName,
char[] trustStorePassword) |
static SSLContext |
getContext(String keyStoreFileName,
char[] keyStorePassword,
char[] keyStoreCertificatePassword,
String keyAlias,
String trustPEMFile) |
static SSLContext |
getContext(String keyStoreFileName,
char[] keyStorePassword,
char[] keyStoreCertificatePassword,
String keyAlias,
String trustStoreFileName,
char[] trustStorePassword) |
static SSLContext |
getContext(String keyStoreFileName,
char[] keyStorePassword,
String trustStoreFileName,
char[] trustStorePassword) |
static SSLEngine |
getEngine(SSLContext sslContext,
boolean useClientMode,
boolean needClientAuth) |
public static SSLContext getContext(String keyStoreFileName, char[] keyStorePassword, String trustStoreFileName, char[] trustStorePassword)
public static SSLContext getContext(String keyStoreFileName, char[] keyStorePassword, char[] keyStoreCertificatePassword, String trustStoreFileName, char[] trustStorePassword)
public static SSLContext getContext(String keyStoreFileName, char[] keyStorePassword, char[] keyStoreCertificatePassword, String keyAlias, String trustStoreFileName, char[] trustStorePassword)
public static SSLContext getContext(String keyStoreFileName, char[] keyStorePassword, char[] keyStoreCertificatePassword, String keyAlias, String trustPEMFile)
public static SSLEngine getEngine(SSLContext sslContext, boolean useClientMode, boolean needClientAuth)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.