| Package | Description |
|---|---|
| org.apache.nifi.security.util |
| Modifier and Type | Method and Description |
|---|---|
static KeystoreType |
KeystoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeystoreType[] |
KeystoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
KeyStoreUtils.isKeyPasswordCorrect(URL keystore,
KeystoreType keystoreType,
char[] password,
char[] keyPassword)
Returns true if the given keystore can be loaded using the given keystore type and password and the default
(first) alias can be retrieved with the key-specific password.
|
static boolean |
KeyStoreUtils.isStoreValid(URL keystore,
KeystoreType keystoreType,
char[] password)
Returns true if the given keystore can be loaded using the given keystore type and password.
|
Copyright © 2020 Apache NiFi Project. All rights reserved.