public class WSSecSecurityContextToken
extends java.lang.Object
wsc:SecurityContextToken into the
wsse:Security| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
secret
The symmetric secret associated with the SecurityContextToken
|
| Constructor and Description |
|---|
WSSecSecurityContextToken() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifier() |
SecurityContextToken |
getSct() |
java.lang.String |
getSctId() |
byte[] |
getSecret() |
void |
prepare(org.w3c.dom.Document doc,
Crypto crypto) |
void |
prependSCTElementToHeader(org.w3c.dom.Document doc,
WSSecHeader secHeader) |
void |
setIdentifier(java.lang.String identifier) |
void |
setSct(SecurityContextToken sct) |
void |
setSctId(java.lang.String sctId) |
protected void |
setSecret(byte[] ephemeralKey) |
void |
setWscVersion(int wscVersion) |
protected byte[] secret
public void prepare(org.w3c.dom.Document doc,
Crypto crypto)
throws WSSecurityException,
ConversationException
public void prependSCTElementToHeader(org.w3c.dom.Document doc,
WSSecHeader secHeader)
throws WSSecurityException
WSSecurityExceptionpublic SecurityContextToken getSct()
public void setSct(SecurityContextToken sct)
sct - The sct to set.public byte[] getSecret()
protected void setSecret(byte[] ephemeralKey)
ephemeralKey - The ephemeralKey to set.public java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
identifier - The identifier to set.public java.lang.String getSctId()
public void setSctId(java.lang.String sctId)
sctId - The sctId to set.public void setWscVersion(int wscVersion)
wscVersion - The wscVersion to set.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.