Uses of Interface
com.sun.xml.ws.security.trust.elements.BinarySecret
-
-
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 BinarySecret
WSTrustElementFactory. createBinarySecret(byte[] rawValue, String type)
Create a BinarySecretabstract BinarySecret
WSTrustElementFactory. createBinarySecret(Element elem)
Create a BinarySecretMethods in com.sun.xml.ws.security.trust with parameters of type BinarySecret Modifier and Type Method Description abstract Entropy
WSTrustElementFactory. createEntropy(BinarySecret secret)
Create an Entropy with a BinarySecretabstract Element
WSTrustElementFactory. toElement(BinarySecret binarySecret)
Marshal an BinarySecret to a DOM Elementabstract Element
WSTrustElementFactory. 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 BinarySecret
Entropy. getBinarySecret()
Gets the BinarySecret (if any) inside this EntropyBinarySecret
RequestedProofToken. 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 void
Entropy. setBinarySecret(BinarySecret binarySecret)
Sets the BinarySecret (if any) inside this Entropyvoid
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 Modifier and Type Method Description BinarySecret
WSTrustElementFactoryImpl. createBinarySecret(byte[] rawValue, String type)
BinarySecret
WSTrustElementFactoryImpl. createBinarySecret(Element elem)
Methods in com.sun.xml.ws.security.trust.impl with parameters of type BinarySecret Modifier and Type Method Description Entropy
WSTrustElementFactoryImpl. createEntropy(BinarySecret secret)
Create an Entropy with a BinarySecretElement
WSTrustElementFactoryImpl. toElement(BinarySecret secret)
Element
WSTrustElementFactoryImpl. toElement(BinarySecret secret, 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 Modifier and Type Class Description class
BinarySecretImpl
Methods in com.sun.xml.ws.security.trust.impl.elements that return BinarySecret Modifier and Type Method Description BinarySecret
EntropyImpl. getBinarySecret()
Gets the BinarySecret (if any) inside this EntropyBinarySecret
RequestedProofTokenImpl. getBinarySecret()
Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type BinarySecret Modifier and Type Method Description void
EntropyImpl. setBinarySecret(BinarySecret binarySecret)
Sets the BinarySecret (if any) inside this Entropyvoid
RequestedProofTokenImpl. setBinarySecret(BinarySecret secret)
Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type BinarySecret Constructor Description 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 Modifier and Type Method Description BinarySecret
WSTrustElementFactoryImpl. createBinarySecret(byte[] rawValue, String type)
BinarySecret
WSTrustElementFactoryImpl. createBinarySecret(Element elem)
Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type BinarySecret Modifier and Type Method Description Entropy
WSTrustElementFactoryImpl. createEntropy(BinarySecret secret)
Create an Entropy with a BinarySecretElement
WSTrustElementFactoryImpl. toElement(BinarySecret bs)
Element
WSTrustElementFactoryImpl. toElement(BinarySecret bs, Document doc)
Marshal an BinarySecret to a DOM Element. -
Uses of BinarySecret in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement BinarySecret Modifier and Type Class Description class
BinarySecretImpl
Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return BinarySecret Modifier and Type Method Description BinarySecret
EntropyImpl. getBinarySecret()
Gets the BinarySecret (if any) inside this EntropyBinarySecret
RequestedProofTokenImpl. getBinarySecret()
Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type BinarySecret Modifier and Type Method Description void
EntropyImpl. setBinarySecret(BinarySecret binarySecret)
Sets the BinarySecret (if any) inside this Entropyvoid
RequestedProofTokenImpl. setBinarySecret(BinarySecret secret)
Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type BinarySecret Constructor Description EntropyImpl(BinarySecret binarySecret)
-
Uses of BinarySecret in com.sun.xml.wss.core
Methods in com.sun.xml.wss.core that return BinarySecret Modifier and Type Method Description BinarySecret
KeyInfoHeaderBlock. getBinarySecret(int index)
-