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 SummaryConstructors Constructor Description CipherPair(String transformation)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()CiphergetDecryptor()CiphergetEncryptor()StringgetTransformation()
 
- 
- 
- 
Constructor Detail- 
CipherPairpublic CipherPair(String transformation) throws GeneralSecurityException - Throws:
- GeneralSecurityException
 
 
- 
 
-