Uses of Class
com.rsa.swsj.ProviderException

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

Uses of ProviderException in com.rsa.swsj
 

Methods in com.rsa.swsj that throw ProviderException

 void

XMLDocument.process()

This method processes a security operations,such as sign or encrypt.

 void

SWSJContext.setJCEProviders(java.lang.String[] jceProviderNames)

Initializes the JCE providers to use by name.

 

Constructors in com.rsa.swsj that throw ProviderException
SWSJContext()

Creates the SWSJ context with the default providers.

SWSJContext(java.lang.String[] jceProviderNames)

Creates the SWSJ context with the requested list of providers.

 

Uses of ProviderException in com.rsa.swsj.profiles.wss
 

Methods in com.rsa.swsj.profiles.wss that throw ProviderException

 void

WSSDocument.process()

This method processes a security operations,such as sign or encrypt.