Uses of Class
com.rsa.swsj.ParseException

Packages that use ParseException
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 ParseException in com.rsa.swsj
 

Methods in com.rsa.swsj that throw ParseException

 void

XMLSecurityOperation.setLocation(java.lang.String qName, int count)

Sets the location where this security operation is inserted.

 void

XMLDocument.process()

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

 

Constructors in com.rsa.swsj that throw ParseException
XMLDocument(SWSJContext context, java.io.InputStream input)

Reads and parses an XML document.

XMLDocument(SWSJContext context, java.io.InputStream input, java.io.OutputStream output)

Reads and parses the XML document.

 

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

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

 void

WSSDocument.process()

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

 

Constructors in com.rsa.swsj.profiles.wss that throw ParseException
WSSDocument(SWSJContext context, java.io.InputStream input)

Reads and parses the SOAP message.

WSSDocument(SWSJContext context, java.io.InputStream input, java.io.OutputStream output)

Reads and parses the WSS document.