public interface SecureEnvironment
A SecureEnvironment
interface defines all methods which environment implementation should have to be accepted by SSLEngineFactory
.
Modifier and Type | Method and Description |
---|---|
boolean |
sslEnabled()
Identifies if SSL should be enabled.
|
KeyStore |
sslKeystore()
Allows to directly configure a
KeyStore . |
String |
sslKeystoreFile()
Identifies the filepath to the ssl keystore.
|
String |
sslKeystorePassword()
The password which is used to protect the keystore.
|
boolean sslEnabled()
Identifies if SSL should be enabled.
String sslKeystoreFile()
Identifies the filepath to the ssl keystore.
String sslKeystorePassword()
The password which is used to protect the keystore.
Copyright © 2017 Couchbase, Inc.. All rights reserved.