Uses of Class
com.rsa.swsj.SWSJException

Packages that use SWSJException
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. 
 

Uses of SWSJException in com.rsa.swsj
 

Subclasses of SWSJException in com.rsa.swsj

 class

InvalidParameterException

This class defines an exception that occurs when there is invalid input data.

 class

ParseException

This class defines an exception that occurs during parsing of input data.

 class

ProviderException

This class defines an exception that occurs during parsing of input data.

 

Methods in com.rsa.swsj that throw SWSJException

 void

XMLSecurityHandler.operationEnd(XMLSecurityOperation op)

This method is invoked by the toolkit after the processing of each security operation.

 boolean

DefaultCertValidator.validate(java.security.cert.X509Certificate cert, java.security.cert.X509Certificate[] extraCerts, int requiredUsage)

Validates a certificate path/chain for specified certificate and checks usage extensions.

 boolean

DefaultCertValidator.validate(java.security.cert.X509Certificate cert)

Validates a single certificate as a certifcate path.

 boolean

DefaultCertValidator.validate(java.security.cert.X509Certificate cert, int requiredUsage)

Validates a single certificate as a certifcate path, and verifies that the certificate supports the required key usage extensions.

 boolean

CertValidator.validate(java.security.cert.X509Certificate certToValidate, java.security.cert.X509Certificate[] extraCerts, int requiredUsage)

Validates a certificate, possibly against a supplied path or chain, and checks the key usage extensions of the certificate.

 

Constructors in com.rsa.swsj that throw SWSJException
DefaultCertValidator()

Generates a new DefaultCertValidator instance.

 

Uses of SWSJException in com.rsa.swsj.encryption
 

Subclasses of SWSJException in com.rsa.swsj.encryption

 class

EncryptionException

This class defines an exception that is used when an error occurs in XML encryption processing.

 

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

Subclasses of SWSJException in com.rsa.swsj.profiles.wss

 class

TokenException

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

 

Uses of SWSJException in com.rsa.swsj.signature
 

Subclasses of SWSJException in com.rsa.swsj.signature

 class

SignatureException

This class defines an exception that is used when an error occurs in XML signature processing.