public final class SslContextFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SslContextFactory.ClientAuth |
| Constructor and Description |
|---|
SslContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SSLContext |
createSslContext(NiFiProperties props) |
static SSLContext |
createSslContext(NiFiProperties props,
boolean strict) |
private static boolean |
hasKeystoreProperties(NiFiProperties props) |
private static boolean |
hasTruststoreProperties(NiFiProperties props) |
public static SSLContext createSslContext(NiFiProperties props) throws SslContextCreationException
SslContextCreationExceptionpublic static SSLContext createSslContext(NiFiProperties props, boolean strict) throws SslContextCreationException
SslContextCreationExceptionprivate static boolean hasKeystoreProperties(NiFiProperties props)
private static boolean hasTruststoreProperties(NiFiProperties props)
Copyright © 2016 Apache NiFi Project. All rights reserved.