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 Details

    • Entropy

      public Entropy()
  • Method Details

    • getBinarySecret

      public BinarySecret getBinarySecret()
    • setBinarySecret

      public void setBinarySecret(BinarySecret binarySecret)
    • setDecryptedKey

      public void setDecryptedKey(byte[] decryptedKey)
    • getDecryptedKey

      public byte[] getDecryptedKey()
    • clean

      public void clean()