public class SslConfiguration extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
enabled() |
String |
keyStoreFileName() |
char[] |
keyStorePassword() |
boolean |
requireClientAuth() |
SSLContext |
sslContext() |
String |
toString() |
String |
trustStoreFileName() |
char[] |
trustStorePassword() |
public boolean enabled()
public boolean requireClientAuth()
public String keyStoreFileName()
public char[] keyStorePassword()
public SSLContext sslContext()
public String trustStoreFileName()
public char[] trustStorePassword()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.