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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CipherPair
public CipherPair(String transformation)
throws GeneralSecurityException
- Throws:
GeneralSecurityException
getTransformation
public String getTransformation()
getEncryptor
public Cipher getEncryptor()
getDecryptor
public Cipher getDecryptor()
Apache CXF