Package 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.
-
-
Constructor Summary
Constructors Constructor Description Entropy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclean()BinarySecretgetBinarySecret()byte[]getDecryptedKey()voidsetBinarySecret(BinarySecret binarySecret)voidsetDecryptedKey(byte[] decryptedKey)
-
-
-
Method Detail
-
getBinarySecret
public BinarySecret getBinarySecret()
-
setBinarySecret
public void setBinarySecret(BinarySecret binarySecret)
-
setDecryptedKey
public void setDecryptedKey(byte[] decryptedKey)
-
getDecryptedKey
public byte[] getDecryptedKey()
-
clean
public void clean()
-
-