org.apache.flume.channel.file.encryption
Class CipherProvider.Decryptor
java.lang.Object
org.apache.flume.channel.file.encryption.CipherProvider.Decryptor
- Enclosing class:
- CipherProvider
public abstract static class CipherProvider.Decryptor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CipherProvider.Decryptor
public CipherProvider.Decryptor()
decrypt
public abstract byte[] decrypt(byte[] cipherText)
getCodec
public abstract String getCodec()
Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.