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   
 

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 RequestedProofToken.getBinarySecret()
          Gets the BinarySecret proof Token if set
 BinarySecret Entropy.getBinarySecret()
          Gets the BinarySecret (if any) inside this Entropy
 

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



Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.