Package org.apache.cxf.sts.request
Class Entropy
java.lang.Object
org.apache.cxf.sts.request.Entropy
This class contains values that have been extracted from an Entropy structure.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclean()byte[]voidsetBinarySecret(BinarySecret binarySecret) voidsetDecryptedKey(byte[] decryptedKey)
-
Constructor Details
-
Entropy
public Entropy()
-
-
Method Details
-
getBinarySecret
-
setBinarySecret
-
setDecryptedKey
public void setDecryptedKey(byte[] decryptedKey) -
getDecryptedKey
public byte[] getDecryptedKey() -
clean
public void clean()
-