public class CipherProviderFactory extends Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
logger |
private static Map<KeyDerivationFunction,Class<? extends CipherProvider>> |
registeredCipherProviders |
Constructor and Description |
---|
CipherProviderFactory() |
Modifier and Type | Method and Description |
---|---|
static CipherProvider |
getCipherProvider(KeyDerivationFunction kdf) |
private static final org.slf4j.Logger logger
private static Map<KeyDerivationFunction,Class<? extends CipherProvider>> registeredCipherProviders
public static CipherProvider getCipherProvider(KeyDerivationFunction kdf)
Copyright © 2018 Apache NiFi Project. All rights reserved.