Apache CXF API

org.apache.cxf.io
Class CipherPair

java.lang.Object
  extended by org.apache.cxf.io.CipherPair

public class CipherPair
extends Object

A class to hold a pair of encryption and decryption ciphers.


Constructor Summary
CipherPair(String transformation)
           
 
Method Summary
 Cipher getDecryptor()
           
 Cipher getEncryptor()
           
 String getTransformation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CipherPair

public CipherPair(String transformation)
           throws GeneralSecurityException
Throws:
GeneralSecurityException
Method Detail

getTransformation

public String getTransformation()

getEncryptor

public Cipher getEncryptor()

getDecryptor

public Cipher getDecryptor()

Apache CXF API

Apache CXF