org.apache.flume.channel.file.encryption
Class CipherProviderFactory
java.lang.Object
org.apache.flume.channel.file.encryption.CipherProviderFactory
public class CipherProviderFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CipherProviderFactory
public CipherProviderFactory()
getEncrypter
public static CipherProvider.Encryptor getEncrypter(String cipherProviderType,
Key key)
getDecrypter
public static CipherProvider.Decryptor getDecrypter(String cipherProviderType,
Key key,
byte[] parameters)
Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.