org.apache.cxf.sts.request
Class Entropy
java.lang.Object
org.apache.cxf.sts.request.Entropy
public class Entropy
- extends Object
This class contains values that have been extracted from an Entropy structure.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Entropy
public Entropy()
getBinarySecret
public BinarySecret getBinarySecret()
setBinarySecret
public void setBinarySecret(BinarySecret binarySecret)
setDecryptedKey
public void setDecryptedKey(byte[] decryptedKey)
getDecryptedKey
public byte[] getDecryptedKey()
Apache CXF