|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
String type)
Create a BinarySecret |
abstract BinarySecret |
WSTrustElementFactory.createBinarySecret(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 Element |
WSTrustElementFactory.toElement(BinarySecret binarySecret)
Marshal an BinarySecret to a DOM Element |
abstract 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 | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||