Uses of Package
com.rsa.swsj

Packages that use com.rsa.swsj
com.rsa.swsj This package contains general classes that are used by XML Signature and XML Encryption implementations. 
com.rsa.swsj.encryption This package contains classes that implement XML encryption specification. 
com.rsa.swsj.profiles.wss This package contains classes that implement WSS SOAP Message Security specification. 
com.rsa.swsj.signature This package contains classes that implement XML signature specification. 
 

Classes in com.rsa.swsj used by com.rsa.swsj
CertValidator
          This interface represents a Certificate Validator and describes methods available to the application for certificate validation functionality.
InvalidParameterException
          This class defines an exception that occurs when there is invalid input data.
KeyInfo
          This interface builds and stores a KeyInfo element.
ParseException
          This class defines an exception that occurs during parsing of input data.
ProviderException
          This class defines an exception that occurs during parsing of input data.
Reference
          This class is used by the application to identify the element on which to perform the security operation.
SecurityParameters
          This class holds parameters required by a Security operation, contained in KeyInfo objects.
StatusInfo
          This class defines the detailed information of an XML security operation.
SWSJContext
          This class collects a number of common parameters and state variables.
SWSJException
          This class is the base class for various exception classes.
Timestamp
          This class represents a security timestamp.
XMLSecurityHandler
          This interface provides security operations with required information, such as a verification key.
XMLSecurityOperation
          This class is a superclass for all XML Security operations, XMLSignature and XMLEncryption.
 

Classes in com.rsa.swsj used by com.rsa.swsj.encryption
InvalidParameterException
          This class defines an exception that occurs when there is invalid input data.
Reference
          This class is used by the application to identify the element on which to perform the security operation.
SWSJContext
          This class collects a number of common parameters and state variables.
SWSJException
          This class is the base class for various exception classes.
XMLSecurityOperation
          This class is a superclass for all XML Security operations, XMLSignature and XMLEncryption.
 

Classes in com.rsa.swsj used by com.rsa.swsj.profiles.wss
InvalidParameterException
          This class defines an exception that occurs when there is invalid input data.
KeyInfo
          This interface builds and stores a KeyInfo element.
ParseException
          This class defines an exception that occurs during parsing of input data.
ProviderException
          This class defines an exception that occurs during parsing of input data.
SecurityParameters
          This class holds parameters required by a Security operation, contained in KeyInfo objects.
SWSJContext
          This class collects a number of common parameters and state variables.
SWSJException
          This class is the base class for various exception classes.
XMLDocument
          This class processes the XML document and adds security to it.
 

Classes in com.rsa.swsj used by com.rsa.swsj.signature
InvalidParameterException
          This class defines an exception that occurs when there is invalid input data.
Reference
          This class is used by the application to identify the element on which to perform the security operation.
SWSJContext
          This class collects a number of common parameters and state variables.
SWSJException
          This class is the base class for various exception classes.
XMLSecurityOperation
          This class is a superclass for all XML Security operations, XMLSignature and XMLEncryption.