public class CipherPair extends Object
| Constructor and Description | 
|---|
| CipherPair(String transformation) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clean() | 
| Cipher | getDecryptor() | 
| Cipher | getEncryptor() | 
| String | getTransformation() | 
public CipherPair(String transformation) throws GeneralSecurityException
GeneralSecurityExceptionApache CXF