public class KeyProviderFactory extends Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
logger |
Constructor and Description |
---|
KeyProviderFactory() |
Modifier and Type | Method and Description |
---|---|
static KeyProvider |
buildKeyProvider(String implementationClassName,
String keyProviderLocation,
String keyId,
Map<String,String> encryptionKeys,
SecretKey masterKey) |
static boolean |
requiresMasterKey(String implementationClassName) |
public static KeyProvider buildKeyProvider(String implementationClassName, String keyProviderLocation, String keyId, Map<String,String> encryptionKeys, SecretKey masterKey) throws KeyManagementException
KeyManagementException
public static boolean requiresMasterKey(String implementationClassName) throws KeyManagementException
KeyManagementException
Copyright © 2018 Apache NiFi Project. All rights reserved.