Download
FAQ History |
API
Search Feedback |
Service Providers
A JSR 105 cryptographic service is a concrete implementation of the abstract
XMLSignatureFactory
andKeyInfoFactory
classes and is responsible for creating objects and algorithms that parse, generate and validate XML Signatures andKeyInfo
structures. A concrete implementation ofXMLSignatureFactory
must provide support for each of the required algorithms as specified by the W3C recommendation for XML Signatures. It may support other algorithms as defined by the W3C recommendation or other specifications.JSR 105 leverages the JCA provider model for registering and loading
XMLSignatureFactory
andKeyInfoFactory
implementations.Each concrete
XMLSignatureFactory
orKeyInfoFactory
implementation supports a specific XML mechanism type that identifies the XML processing mechanism that an implementation uses internally to parse and generate XML signature andKeyInfo
structures. This JSR supports one standard type, DOM. The XML Digital Signature API early access provider implementation that is bundled with Java WSDP supports the DOM mechanism. Support for new standard types, such as JDOM, may be added in the future.An XML Digital Signature API implementation should use underlying JCA engine classes, such as
java.security.Signature
andjava.security.MessageDigest
, to perform cryptographic operations.
Download
FAQ History |
API
Search Feedback |
All of the material in The Java(TM) Web Services Tutorial is copyright-protected and may not be published in other works without express written permission from Sun Microsystems.