Uses of Class
com.rsa.swsj.signature.XMLSignature

Packages that use XMLSignature
com.rsa.swsj This package contains general classes that are used by XML Signature and XML Encryption implementations. 
 

Uses of XMLSignature in com.rsa.swsj
 

Methods in com.rsa.swsj with parameters of type XMLSignature

 void

XMLSecurityHandler.needPublicKeys(XMLSignature sig)

This method is called when the toolkit needs a public key in order to verify a signature.

 void

XMLSecurityHandler.needHMACPassword(XMLSignature sig)

This method is called when the toolkit needs the password for verifying HMAC signatures.