Package com.rsa.swsj.profiles.wss

This package contains classes that implement WSS SOAP Message Security specification.

See:
          Description

Class Summary
KeyIdentifier An implementation of the <KeyIdentifier> element.
SecurityTokenReference An implementation of the <SecurityTokenReference> element.
Token A Security Token is used to carry Key Information.
UsernameToken The UsernameToken provides a way for a SOAP message security header to include a username and password.
WSSDocument This class processes the XML document and adds security to it, according to the WSS specification.
WSSParameters This class holds all the parameters required by a Security operation defined in WSS specification; for example, KeyInfo or Token.
X509Token X509Token provides a container for X.509 certificates.
 

Exception Summary
TokenException This class defines an exception that is used when an error occurs in token creation or processing.
 

Package com.rsa.swsj.profiles.wss Description

This package contains classes that implement WSS SOAP Message Security specification.