| Package | Description |
|---|---|
| org.apache.nifi.security.util |
| 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,
char[] keyPasswd,
String keystoreType,
String truststore,
char[] truststorePasswd,
String truststoreType,
SslContextFactory.ClientAuth clientAuth,
String protocol)
Creates a SSLContext instance using the given information.
|
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.
|
static Tuple<SSLContext,TrustManager[]> |
SslContextFactory.createSslContextWithTrustManagers(String keystore,
char[] keystorePasswd,
char[] keyPasswd,
String keystoreType,
String truststore,
char[] truststorePasswd,
String truststoreType,
SslContextFactory.ClientAuth clientAuth,
String protocol)
Creates a SSLContext instance paired with its TrustManager instances using the given information.
|
Copyright © 2020 Apache NiFi Project. All rights reserved.