public class CipherPair extends Object
CipherPair(String transformation)
Cipher
getDecryptor()
getEncryptor()
String
getTransformation()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CipherPair(String transformation) throws GeneralSecurityException
GeneralSecurityException
public String getTransformation()
public Cipher getEncryptor()
public Cipher getDecryptor()
Apache CXF