|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.rsa.swsj.SecurityParameters
com.rsa.swsj.profiles.wss.WSSParameters
This class holds all the parameters required by a Security operation defined in WSS specification; for example, KeyInfo or Token.
| Constructor Summary | |
WSSParameters(SWSJContext context)
Instantiates a particular |
|
| Method Summary | |
getToken()
Returns the |
|
void |
setToken(Token token)
Sets the |
| Methods inherited from class com.rsa.swsj.SecurityParameters |
getContext, getKeyInfos, setKeyInfos |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WSSParameters(SWSJContext context)
throws InvalidParameterException
WSSParameters object.
context - An object that collects a number of common parameters and
state variables; for example, JCE provider.
InvalidParameterException - If context is invalid.| Method Detail |
public void setToken(Token token)
Token object that can carry Key information, such
as user id or X509Certificate. When invoked during signature creation,
this function creates a security token reference type of key
information, to reference this token from the
XMLSecurityOperation. Note: The Token
class contains two subclasses, UsernameToken and
X509Token.
token - The Token object.public Token getToken()
Token object.
Token object that can carry Key information,
such as user id or X509Certificate.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||