Uses of Interface
com.sun.xml.ws.security.trust.elements.BinarySecret
Packages that use BinarySecret
Package
Description
-
Uses of BinarySecret in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust that return BinarySecretModifier and TypeMethodDescriptionabstract 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 BinarySecretModifier and TypeMethodDescriptionabstract 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 BinarySecretModifier and TypeMethodDescriptionEntropy.getBinarySecret()Gets the BinarySecret (if any) inside this EntropyRequestedProofToken.getBinarySecret()Gets the BinarySecret proof Token if setMethods in com.sun.xml.ws.security.trust.elements with parameters of type BinarySecretModifier and TypeMethodDescriptionvoidEntropy.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 BinarySecretModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createBinarySecret(byte[] rawValue, String type) WSTrustElementFactoryImpl.createBinarySecret(Element elem) Methods in com.sun.xml.ws.security.trust.impl with parameters of type BinarySecretModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createEntropy(BinarySecret secret) Create an Entropy with a BinarySecretWSTrustElementFactoryImpl.toElement(BinarySecret secret) 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 BinarySecretMethods in com.sun.xml.ws.security.trust.impl.elements that return BinarySecretModifier and TypeMethodDescriptionEntropyImpl.getBinarySecret()Gets the BinarySecret (if any) inside this EntropyRequestedProofTokenImpl.getBinarySecret()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type BinarySecretModifier and TypeMethodDescriptionfinal voidEntropyImpl.setBinarySecret(BinarySecret binarySecret) Sets the BinarySecret (if any) inside this Entropyfinal voidRequestedProofTokenImpl.setBinarySecret(BinarySecret secret) Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type 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 BinarySecretModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createBinarySecret(byte[] rawValue, String type) WSTrustElementFactoryImpl.createBinarySecret(Element elem) Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type BinarySecretModifier and TypeMethodDescriptionWSTrustElementFactoryImpl.createEntropy(BinarySecret secret) Create an Entropy with a BinarySecretWSTrustElementFactoryImpl.toElement(BinarySecret bs) 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 BinarySecretMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return BinarySecretModifier and TypeMethodDescriptionEntropyImpl.getBinarySecret()Gets the BinarySecret (if any) inside this EntropyRequestedProofTokenImpl.getBinarySecret()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type BinarySecretModifier and TypeMethodDescriptionvoidEntropyImpl.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 -
Uses of BinarySecret in com.sun.xml.wss.core
Methods in com.sun.xml.wss.core that return BinarySecret