< prev index next >

src/java.xml.crypto/share/classes/javax/xml/crypto/dsig/package.html

Print this page




  48 or from a pre-existing XML representation, such as a DOM node.
  49 {@link javax.xml.crypto.dsig.TransformService} is a service provider
  50 interface for creating and plugging in implementations of
  51 transform and canonicalization algorithms.
  52 
  53 <p>Of primary significance in this package is the 
  54 {@link javax.xml.crypto.dsig.XMLSignature XMLSignature} class,
  55 which allows you to sign and validate an XML digital signature.
  56 
  57 <h2>Package Specification</h2>
  58 
  59 <ul>
  60 <li>
  61 <a href="http://www.w3.org/TR/xmldsig-core/">
  62 XML-Signature Syntax and Processing: W3C Recommendation</a>
  63 <li>
  64 <a href="http://www.ietf.org/rfc/rfc3275.txt">
  65 RFC 3275: XML-Signature Syntax and Processing</a>
  66 </ul>
  67 
  68 <p>
  69 <dl>
  70 <dt><b>Since:</b></dt>
  71   <dd>1.6</dd>
  72 </dl>
  73 
  74 </body>
  75 </html>


  48 or from a pre-existing XML representation, such as a DOM node.
  49 {@link javax.xml.crypto.dsig.TransformService} is a service provider
  50 interface for creating and plugging in implementations of
  51 transform and canonicalization algorithms.
  52 
  53 <p>Of primary significance in this package is the 
  54 {@link javax.xml.crypto.dsig.XMLSignature XMLSignature} class,
  55 which allows you to sign and validate an XML digital signature.
  56 
  57 <h2>Package Specification</h2>
  58 
  59 <ul>
  60 <li>
  61 <a href="http://www.w3.org/TR/xmldsig-core/">
  62 XML-Signature Syntax and Processing: W3C Recommendation</a>
  63 <li>
  64 <a href="http://www.ietf.org/rfc/rfc3275.txt">
  65 RFC 3275: XML-Signature Syntax and Processing</a>
  66 </ul>
  67 
  68 @since 1.6




  69 
  70 </body>
  71 </html>
< prev index next >