org.apache.flume.channel.file.encryption
Class CipherProvider
java.lang.Object
org.apache.flume.channel.file.encryption.CipherProvider
- Direct Known Subclasses:
- AESCTRNoPaddingProvider
public abstract class CipherProvider
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CipherProvider
public CipherProvider()
newEncryptorBuilder
public abstract CipherProvider.Encryptor.Builder<?> newEncryptorBuilder()
newDecryptorBuilder
public abstract CipherProvider.Decryptor.Builder<?> newDecryptorBuilder()
Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.