| Modifier and Type | Method and Description |
|---|---|
static SslContextFactory.ClientAuth |
SslContextFactory.ClientAuth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SslContextFactory.ClientAuth[] |
SslContextFactory.ClientAuth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SSLContext |
SslContextFactory.createSslContext(String keystore,
char[] keystorePasswd,
String keystoreType,
String truststore,
char[] truststorePasswd,
String truststoreType,
SslContextFactory.ClientAuth clientAuth,
String protocol)
Creates a SSLContext instance using the given information.
|
Copyright © 2015 Apache NiFi Project. All rights reserved.