| Class | Description |
|---|---|
| SslContextFactory |
A factory for creating SSL contexts using the application's security
properties.
|
| SslServerSocketFactory |
Implements a server socket factory for creating secure server sockets based
on the application's configuration properties.
|
| SslSocketFactory |
Implements a socket factory for creating secure sockets based on the
application's configuration properties.
|
| Exception | Description |
|---|---|
| SslContextCreationException |
Represents the exceptional case when a SSL context failed creation.
|
| SslException |
Base class for SSL related exceptions.
|
| SslServerSocketFactoryCreationException |
Represents the exceptional case when a SslServerSocketFactory failed
creation.
|
| SslSocketFactoryCreationException |
Represents the exceptional case when a SslSocketFactory failed creation.
|
Copyright © 2020 Apache NiFi Project. All rights reserved.