| Package | Description |
|---|---|
| com.sun.xml.ws.security.trust | |
| com.sun.xml.ws.security.trust.elements |
| Modifier and Type | Method and Description |
|---|---|
abstract BinarySecret |
WSTrustElementFactory.createBinarySecret(byte[] rawValue,
String type)
Create a BinarySecret
|
abstract BinarySecret |
WSTrustElementFactory.createBinarySecret(Element elem)
Create a BinarySecret
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
BinarySecret |
Entropy.getBinarySecret()
Gets the BinarySecret (if any) inside this Entropy
|
BinarySecret |
RequestedProofToken.getBinarySecret()
Gets the BinarySecret proof Token if set
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entropy.setBinarySecret(BinarySecret binarySecret)
Sets the BinarySecret (if any) inside this Entropy
|
void |
RequestedProofToken.setBinarySecret(BinarySecret secret)
Sets a wst:BinarySecret as the Proof Token
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.