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 |
---|
Decryptor() |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
decrypt(byte[] cipherText) |
abstract String |
getCodec() |
public abstract byte[] decrypt(byte[] cipherText)
public abstract String getCodec()
Copyright © 2009-2022 Apache Software Foundation. All Rights Reserved.