public abstract static class CipherProvider.Decryptor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CipherProvider.Decryptor.Builder<T extends CipherProvider.Decryptor>
Builder implementations MUST have a no-arg constructor
|
Constructor and Description |
---|
CipherProvider.Decryptor() |
public abstract byte[] decrypt(byte[] cipherText)
public abstract String getCodec()
Copyright © 2009-2016 Apache Software Foundation. All Rights Reserved.