Uses of Interface
com.sun.xml.ws.security.trust.elements.BinarySecret
-
Packages that use BinarySecret Package Description 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 Modifier and Type Method Description abstract BinarySecretWSTrustElementFactory. createBinarySecret(byte[] rawValue, String type)Create a BinarySecretabstract BinarySecretWSTrustElementFactory. createBinarySecret(Element elem)Create a BinarySecretMethods in com.sun.xml.ws.security.trust with parameters of type BinarySecret Modifier and Type Method Description abstract EntropyWSTrustElementFactory. createEntropy(BinarySecret secret)Create an Entropy with a BinarySecretabstract ElementWSTrustElementFactory. toElement(BinarySecret binarySecret)Marshal an BinarySecret to a DOM Elementabstract ElementWSTrustElementFactory. toElement(BinarySecret binarySecret, 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 Modifier and Type Method Description BinarySecretEntropy. getBinarySecret()Gets the BinarySecret (if any) inside this EntropyBinarySecretRequestedProofToken. getBinarySecret()Gets the BinarySecret proof Token if setMethods in com.sun.xml.ws.security.trust.elements with parameters of type BinarySecret Modifier and Type Method Description voidEntropy. setBinarySecret(BinarySecret binarySecret)Sets the BinarySecret (if any) inside this EntropyvoidRequestedProofToken. setBinarySecret(BinarySecret secret)Sets a wst:BinarySecret as the Proof Token
-