| Modifier and Type | Method and Description |
|---|---|
StandardSslContextBuilder |
StandardSslContextBuilder.keyPassword(char[] keyPassword)
Set Key Password for reading Private Key entries from Key Store
|
StandardSslContextBuilder |
StandardSslContextBuilder.keyStore(KeyStore keyStore)
Set Key Store with Private Key and Certificate Entry
|
StandardSslContextBuilder |
StandardSslContextBuilder.protocol(String protocol)
Set TLS Protocol defaults to TLS without a specific version number
|
StandardSslContextBuilder |
StandardSslContextBuilder.trustStore(KeyStore trustStore)
Set Trust Store with Certificate Entries
|
Copyright © 2023 Apache NiFi Project. All rights reserved.