XML Digital Signature and Encryption, 1.0

Uses of Interface
javax.xml.crypto.dsig.XMLValidateContext

Packages that use XMLValidateContext
javax.xml.crypto.dsig   
javax.xml.crypto.dsig.dom   
 

Uses of XMLValidateContext in javax.xml.crypto.dsig
 

Methods in javax.xml.crypto.dsig with parameters of type XMLValidateContext
abstract  XMLSignature XMLSignatureFactory.unmarshalXMLSignature(XMLValidateContext context)
          Unmarshals a new XMLSignature instance from a mechanism-specific XMLValidateContext instance.
 boolean Reference.validate(XMLValidateContext validateContext)
          Validates this reference.
 boolean XMLSignature.validate(XMLValidateContext validateContext)
          Validates the signature according to the core validation processing rules.
 boolean XMLSignature.SignatureValue.validate(XMLValidateContext validateContext)
          Validates the signature value.
 

Uses of XMLValidateContext in javax.xml.crypto.dsig.dom
 

Classes in javax.xml.crypto.dsig.dom that implement XMLValidateContext
 class DOMValidateContext
          A DOM-specific XMLValidateContext.
 


XML Digital Signature and Encryption, 1.0

Copyright © 2003-2004, IBM Corporation and Sun Microsystems, Inc. All rights reserved.
Please send comments to: jsr-106-comments@jcp.org