org.apache.flume.channel.file.encryption
Class JCEFileKeyProvider
java.lang.Object
org.apache.flume.channel.file.encryption.KeyProvider
org.apache.flume.channel.file.encryption.JCEFileKeyProvider
public class JCEFileKeyProvider
- extends KeyProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JCEFileKeyProvider
public JCEFileKeyProvider(File keyStoreFile,
File keyStorePasswordFile,
Map<String,File> aliasPasswordFileMap)
getKey
public Key getKey(String alias)
- Description copied from class:
KeyProvider
- Returns a non-null Key
- Specified by:
getKey
in class KeyProvider
Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.