com.sun.xml.ws.security.trust.impl.elements .EntropyImpl EntropyImpl public class EntropyImpl extends EntropyType implements Entropy (Code) Implementation of Entropy Interface.
author: Manveen Kaur
EntropyImpl public EntropyImpl()(Code)
EntropyImpl public EntropyImpl(EncryptedKey encryptedKey)(Code)
EntropyImpl public EntropyImpl(EntropyType etype)(Code)
fromElement public static EntropyType fromElement(org.w3c.dom.Element element) throws WSTrustException (Code) Constructs a Entropy
element from
an existing XML block.
Parameters: element - Aorg.w3c.dom.Element
representing DOM treefor Entropy
object.exception: WSTrustException - if it could not process theorg.w3c.dom.Element
properly, implying thatthere is an error in the sender or in the element definition.
getBinarySecret public BinarySecret getBinarySecret()(Code) Gets the BinarySecret (if any) inside this Entropy
BinarySecret if set, null otherwise
getEncryptedKey public EncryptedKey getEncryptedKey()(Code) Gets the xenc:EncryptedKey set inside this Entropy instance
xenc:EncryptedKey if set, null otherwise
getEntropyType public String getEntropyType()(Code) Gets the type of the Entropy contents
setBinarySecret final public void setBinarySecret(BinarySecret binarySecret) (Code) Sets the BinarySecret (if any) inside this Entropy
setEncryptedKey final public void setEncryptedKey(EncryptedKey encryptedKey) (Code) Sets the xenc:EncryptedKey set inside this Entropy instance
setEntropyType final public void setEntropyType(String type) (Code) Sets the type of the Entropy contents