| Interface | Description |
|---|---|
| TlsConfiguration |
This interface serves as an immutable domain object (acting as an internal DTO) for
the various keystore and truststore configuration settings necessary for building
SSLContexts. |
| Class | Description |
|---|---|
| TlsPlatform |
Transport Layer Security Platform provides runtime protocol configuration information
|
| Enum | Description |
|---|---|
| ClientAuth |
This enum is used to indicate the three possible options for a server requesting a client certificate during TLS handshake negotiation.
|
| KeystoreType |
Keystore Type enumeration of supported Keystore formats
|
| Exception | Description |
|---|---|
| TlsException |
A common exception for any TLS-configuration or -operation related exceptions in NiFi framework
and extensions.
|
Copyright © 2021 Apache NiFi Project. All rights reserved.