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 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 -
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 BinarySecretWSTrustElementFactoryImpl. createBinarySecret(byte[] rawValue, String type)BinarySecretWSTrustElementFactoryImpl. createBinarySecret(Element elem)Methods in com.sun.xml.ws.security.trust.impl with parameters of type BinarySecret Modifier and Type Method Description EntropyWSTrustElementFactoryImpl. createEntropy(BinarySecret secret)Create an Entropy with a BinarySecretElementWSTrustElementFactoryImpl. toElement(BinarySecret secret)ElementWSTrustElementFactoryImpl. 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 classBinarySecretImplMethods in com.sun.xml.ws.security.trust.impl.elements that return BinarySecret Modifier and Type Method Description BinarySecretEntropyImpl. getBinarySecret()Gets the BinarySecret (if any) inside this EntropyBinarySecretRequestedProofTokenImpl. getBinarySecret()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type BinarySecret Modifier and Type Method Description voidEntropyImpl. setBinarySecret(BinarySecret binarySecret)Sets the BinarySecret (if any) inside this EntropyvoidRequestedProofTokenImpl. 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 BinarySecretWSTrustElementFactoryImpl. createBinarySecret(byte[] rawValue, String type)BinarySecretWSTrustElementFactoryImpl. createBinarySecret(Element elem)Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type BinarySecret Modifier and Type Method Description EntropyWSTrustElementFactoryImpl. createEntropy(BinarySecret secret)Create an Entropy with a BinarySecretElementWSTrustElementFactoryImpl. toElement(BinarySecret bs)ElementWSTrustElementFactoryImpl. 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 classBinarySecretImplMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return BinarySecret Modifier and Type Method Description BinarySecretEntropyImpl. getBinarySecret()Gets the BinarySecret (if any) inside this EntropyBinarySecretRequestedProofTokenImpl. getBinarySecret()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type BinarySecret Modifier and Type Method Description voidEntropyImpl. setBinarySecret(BinarySecret binarySecret)Sets the BinarySecret (if any) inside this EntropyvoidRequestedProofTokenImpl. 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 BinarySecretKeyInfoHeaderBlock. getBinarySecret(int index)
-