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