| Package | Description |
|---|---|
| org.apache.nifi.security.util |
| Modifier and Type | Method and Description |
|---|---|
static StandardTlsConfiguration.StoreType |
StandardTlsConfiguration.StoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardTlsConfiguration.StoreType[] |
StandardTlsConfiguration.StoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private boolean |
StandardTlsConfiguration.isStorePopulated(String path,
String password,
KeystoreType type,
StandardTlsConfiguration.StoreType storeType) |
private boolean |
StandardTlsConfiguration.isStoreValid(String path,
String password,
KeystoreType type,
StandardTlsConfiguration.StoreType storeType) |
Copyright © 2022 Apache NiFi Project. All rights reserved.