|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.security.trust.impl.wssx.bindings.EntropyType
com.sun.xml.ws.security.trust.impl.wssx.elements.EntropyImpl
public class EntropyImpl
Implementation of Entropy Interface.
Field Summary |
---|
Fields inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.EntropyType |
---|
any |
Fields inherited from interface com.sun.xml.ws.security.trust.elements.Entropy |
---|
BINARY_SECRET_TYPE, CUSTOM_TYPE, ENCRYPTED_KEY_TYPE |
Constructor Summary | |
---|---|
EntropyImpl()
|
|
EntropyImpl(BinarySecret binarySecret)
|
|
EntropyImpl(com.sun.xml.ws.security.EncryptedKey encryptedKey)
|
|
EntropyImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.EntropyType etype)
|
Method Summary | |
---|---|
static com.sun.xml.ws.security.trust.impl.wssx.bindings.EntropyType |
fromElement(org.w3c.dom.Element element)
Constructs a Entropy element from
an existing XML block. |
BinarySecret |
getBinarySecret()
Gets the BinarySecret (if any) inside this Entropy |
com.sun.xml.ws.security.EncryptedKey |
getEncryptedKey()
Gets the xenc:EncryptedKey set inside this Entropy instance |
java.lang.String |
getEntropyType()
Gets the type of the Entropy contents |
void |
setBinarySecret(BinarySecret binarySecret)
Sets the BinarySecret (if any) inside this Entropy |
void |
setEncryptedKey(com.sun.xml.ws.security.EncryptedKey encryptedKey)
Sets the xenc:EncryptedKey set inside this Entropy instance |
void |
setEntropyType(java.lang.String type)
Sets the type of the Entropy contents |
Methods inherited from class com.sun.xml.ws.security.trust.impl.wssx.bindings.EntropyType |
---|
getAny, getOtherAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.xml.ws.security.trust.elements.Entropy |
---|
getAny, getOtherAttributes |
Constructor Detail |
---|
public EntropyImpl()
public EntropyImpl(BinarySecret binarySecret)
public EntropyImpl(com.sun.xml.ws.security.EncryptedKey encryptedKey)
public EntropyImpl(com.sun.xml.ws.security.trust.impl.wssx.bindings.EntropyType etype)
Method Detail |
---|
public static com.sun.xml.ws.security.trust.impl.wssx.bindings.EntropyType fromElement(org.w3c.dom.Element element) throws WSTrustException
Entropy
element from
an existing XML block.
element
- A
org.w3c.dom.Element
representing DOM tree
for Entropy
object.
WSTrustException
- if it could not process the
org.w3c.dom.Element
properly, implying that
there is an error in the sender or in the element definition.public java.lang.String getEntropyType()
getEntropyType
in interface Entropy
public void setEntropyType(java.lang.String type)
setEntropyType
in interface Entropy
public BinarySecret getBinarySecret()
getBinarySecret
in interface Entropy
public void setBinarySecret(BinarySecret binarySecret)
setBinarySecret
in interface Entropy
public com.sun.xml.ws.security.EncryptedKey getEncryptedKey()
getEncryptedKey
in interface Entropy
public void setEncryptedKey(com.sun.xml.ws.security.EncryptedKey encryptedKey)
setEncryptedKey
in interface Entropy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |