Package org.apache.cxf.io
Class CipherPair
- java.lang.Object
-
- org.apache.cxf.io.CipherPair
-
public class CipherPair extends Object
A class to hold a pair of encryption and decryption ciphers.
-
-
Constructor Summary
Constructors Constructor Description CipherPair(String transformation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clean()
Cipher
getDecryptor()
Cipher
getEncryptor()
String
getTransformation()
-
-
-
Constructor Detail
-
CipherPair
public CipherPair(String transformation) throws GeneralSecurityException
- Throws:
GeneralSecurityException
-
-