public abstract class RequestedProofToken extends Object
RequestedProofToken
represents the
WS-Trust protocol element RequestedProofToken.Modifier and Type | Field and Description |
---|---|
protected static String |
BINARY_SECRET |
protected BinarySecret |
binarySecret |
protected static String |
ENCRYPTED_KEY |
protected Element |
encryptedKey |
protected static String |
REQUESTED_PROOF_TOKEN |
Constructor and Description |
---|
RequestedProofToken() |
Modifier and Type | Method and Description |
---|---|
Object |
getProofToken()
Returns the proof token element
|
void |
setProofToken(Object proofToken)
Sets the proof token.
|
abstract Element |
toDOMElement()
Returns the DOM Element representation for the requested proof token.
|
abstract String |
toXMLString()
Converts into XML String
|
protected static final String REQUESTED_PROOF_TOKEN
protected static final String BINARY_SECRET
protected static final String ENCRYPTED_KEY
protected BinarySecret binarySecret
protected Element encryptedKey
public Object getProofToken()
public void setProofToken(Object proofToken)
proofToken
- the proof token element.public abstract Element toDOMElement() throws WSTException
com.sun.identity.wss.sts.protocol.WSTException
WSTException
public abstract String toXMLString() throws WSTException
RequestedProofToken
.WSTException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.