| Package | Description |
|---|---|
| com.ibm.tivoli.nm.collectors.framework.server |
Contains the class required to run any given collector.
|
| Modifier and Type | Method and Description |
|---|---|
static GrpcTlsConfig |
GrpcTlsConfig.loadFromFile(java.io.File propertiesFile)
Load TLS configuration from a properties file
|
| Modifier and Type | Method and Description |
|---|---|
static SslContext |
GrpcTlsHelper.createClientSslContext(GrpcTlsConfig config)
Create an SSL context for gRPC client with TLS configuration
|
static SslContext |
GrpcTlsHelper.createServerSslContext(GrpcTlsConfig config)
Create an SSL context for gRPC server with TLS configuration
|