Uses of Class
com.rsa.swsj.encryption.XMLEncryption

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

Uses of XMLEncryption in com.rsa.swsj
 

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

 void

XMLSecurityHandler.needTransportKey(XMLEncryption enc)

This method is called when the toolkit needs the transport key in order to decrypt data.

 void

XMLSecurityHandler.needSecretKey(XMLEncryption enc)

This method is called when the toolkit needs the secret key in order to decrypt data.

 void

XMLSecurityHandler.needWrappingKey(XMLEncryption enc)

This method is called when the toolkit needs the wrapping keys in order to decrypt data.