Uses of Interface
com.sun.xml.ws.security.trust.elements.BinarySecret

Packages that use BinarySecret
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.wssx   
com.sun.xml.ws.security.trust.impl.wssx.elements   
 

Uses of BinarySecret in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust that return BinarySecret
abstract  BinarySecret WSTrustElementFactory.createBinarySecret(byte[] rawValue, java.lang.String type)
          Create a BinarySecret
abstract  BinarySecret WSTrustElementFactory.createBinarySecret(org.w3c.dom.Element elem)
          Create a BinarySecret
 

Methods in com.sun.xml.ws.security.trust with parameters of type BinarySecret
abstract  Entropy WSTrustElementFactory.createEntropy(BinarySecret secret)
          Create an Entropy with a BinarySecret
abstract  org.w3c.dom.Element WSTrustElementFactory.toElement(BinarySecret binarySecret)
          Marshal an BinarySecret to a DOM Element
abstract  org.w3c.dom.Element WSTrustElementFactory.toElement(BinarySecret binarySecret, org.w3c.dom.Document doc)
          Marshal an BinarySecret to a DOM Element.
 

Uses of BinarySecret in com.sun.xml.ws.security.trust.elements
 

Methods in com.sun.xml.ws.security.trust.elements that return BinarySecret
 BinarySecret Entropy.getBinarySecret()
          Gets the BinarySecret (if any) inside this Entropy
 BinarySecret RequestedProofToken.getBinarySecret()
          Gets the BinarySecret proof Token if set
 

Methods in com.sun.xml.ws.security.trust.elements with parameters of type BinarySecret
 void Entropy.setBinarySecret(BinarySecret binarySecret)
          Sets the BinarySecret (if any) inside this Entropy
 void RequestedProofToken.setBinarySecret(BinarySecret secret)
          Sets a wst:BinarySecret as the Proof Token
 

Uses of BinarySecret in com.sun.xml.ws.security.trust.impl
 

Methods in com.sun.xml.ws.security.trust.impl that return BinarySecret
 BinarySecret WSTrustElementFactoryImpl.createBinarySecret(byte[] rawValue, java.lang.String type)
           
 BinarySecret WSTrustElementFactoryImpl.createBinarySecret(org.w3c.dom.Element elem)
           
 

Methods in com.sun.xml.ws.security.trust.impl with parameters of type BinarySecret
 Entropy WSTrustElementFactoryImpl.createEntropy(BinarySecret secret)
          Create an Entropy with a BinarySecret
 org.w3c.dom.Element WSTrustElementFactoryImpl.toElement(BinarySecret secret)
           
 org.w3c.dom.Element WSTrustElementFactoryImpl.toElement(BinarySecret secret, org.w3c.dom.Document doc)
          Marshal an BinarySecret to a DOM Element.
 

Uses of BinarySecret in com.sun.xml.ws.security.trust.impl.elements
 

Classes in com.sun.xml.ws.security.trust.impl.elements that implement BinarySecret
 class BinarySecretImpl
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements that return BinarySecret
 BinarySecret EntropyImpl.getBinarySecret()
          Gets the BinarySecret (if any) inside this Entropy
 BinarySecret RequestedProofTokenImpl.getBinarySecret()
           
 

Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type BinarySecret
 void EntropyImpl.setBinarySecret(BinarySecret binarySecret)
          Sets the BinarySecret (if any) inside this Entropy
 void RequestedProofTokenImpl.setBinarySecret(BinarySecret secret)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type BinarySecret
EntropyImpl(BinarySecret binarySecret)
           
 

Uses of BinarySecret in com.sun.xml.ws.security.trust.impl.wssx
 

Methods in com.sun.xml.ws.security.trust.impl.wssx that return BinarySecret
 BinarySecret WSTrustElementFactoryImpl.createBinarySecret(byte[] rawValue, java.lang.String type)
           
 BinarySecret WSTrustElementFactoryImpl.createBinarySecret(org.w3c.dom.Element elem)
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type BinarySecret
 Entropy WSTrustElementFactoryImpl.createEntropy(BinarySecret secret)
          Create an Entropy with a BinarySecret
 org.w3c.dom.Element WSTrustElementFactoryImpl.toElement(BinarySecret bs)
           
 org.w3c.dom.Element WSTrustElementFactoryImpl.toElement(BinarySecret bs, org.w3c.dom.Document doc)
          Marshal an BinarySecret to a DOM Element.
 

Uses of BinarySecret in com.sun.xml.ws.security.trust.impl.wssx.elements
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return BinarySecret
 BinarySecret EntropyImpl.getBinarySecret()
          Gets the BinarySecret (if any) inside this Entropy
 BinarySecret RequestedProofTokenImpl.getBinarySecret()
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type BinarySecret
 void EntropyImpl.setBinarySecret(BinarySecret binarySecret)
          Sets the BinarySecret (if any) inside this Entropy
 void RequestedProofTokenImpl.setBinarySecret(BinarySecret secret)
           
 

Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type BinarySecret
EntropyImpl(BinarySecret binarySecret)