|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XMLSecurityOperation | |
| 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.signature | This package contains classes that implement XML signature specification. |
| Uses of XMLSecurityOperation in com.rsa.swsj |
| Methods in com.rsa.swsj that return XMLSecurityOperation | |
XMLDocument.getSecurityOperations()
Returns all XML security operations in this document. |
|
| Methods in com.rsa.swsj with parameters of type XMLSecurityOperation | |
void |
XMLSecurityHandler.operationBegin(XMLSecurityOperation op)
This method is invoked by the toolkit before it starts processing a security operation. |
void |
XMLSecurityHandler.operationEnd(XMLSecurityOperation op)
This method is invoked by the toolkit after the processing of each security operation. |
void |
XMLDocument.addSecurityOperation(XMLSecurityOperation op)
Adds an XML security operation to the document,such as XMLSignature. |
void |
XMLDocument.setSecurityOperations(XMLSecurityOperation[] ops)
Sets an array of new XML security operations to the document. |
void |
XMLDocument.removeSecurityOperation(XMLSecurityOperation op)
Removes an XML security operation from the document. |
| Uses of XMLSecurityOperation in com.rsa.swsj.encryption |
| Subclasses of XMLSecurityOperation in com.rsa.swsj.encryption | |
class |
XMLEncryption
This is the main class for XML encryption. |
| Uses of XMLSecurityOperation in com.rsa.swsj.signature |
| Subclasses of XMLSecurityOperation in com.rsa.swsj.signature | |
class |
XMLSignature
This class builds and stores XML Signatures. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||