Apache CXF API

org.apache.cxf.sts.request
Class Entropy

java.lang.Object
  extended by 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
Entropy()
           
 
Method Summary
 BinarySecret getBinarySecret()
           
 byte[] getDecryptedKey()
           
 void setBinarySecret(BinarySecret binarySecret)
           
 void setDecryptedKey(byte[] decryptedKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entropy

public Entropy()
Method Detail

getBinarySecret

public BinarySecret getBinarySecret()

setBinarySecret

public void setBinarySecret(BinarySecret binarySecret)

setDecryptedKey

public void setDecryptedKey(byte[] decryptedKey)

getDecryptedKey

public byte[] getDecryptedKey()

Apache CXF API

Apache CXF