| 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 |
CertificateUtils.isStoreValid(URL keystore,
KeystoreType keystoreType,
char[] password)
Returns true if the given keystore can be loaded using the given keystore type and password.
|
Copyright © 2019 Apache NiFi Project. All rights reserved.