| Modifier and Type | Method and Description |
|---|---|
ClientAuth |
SslPolicy.getClientAuth() |
static ClientAuth |
ClientAuth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientAuth[] |
ClientAuth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SslPolicy(PrivateKey privateKey,
X509Certificate[] keyCertChain,
List<String> tlsVersions,
List<String> ciphers,
ClientAuth clientAuth,
TrustManagerFactory trustManagerFactory) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.