public class KeyStoreConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
keyStoreType |
private String |
location |
private String |
password |
| Constructor and Description |
|---|
KeyStoreConfiguration(String location,
String password,
String keyStoreType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyStoreType() |
String |
getLocation() |
String |
getPassword() |
Copyright © 2022 Apache NiFi Project. All rights reserved.