API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMDigestMethod View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMDigestMethod
Implements
 DigestMethod
Subclasses
Description
publicabstract abstract class DOMDigestMethod
DOM-based abstract implementation of DigestMethod.
See also:   
Constructors
protected DOMDigestMethod (AlgorithmParameterSpec params) throws InvalidAlgorithmParameterException
  Creates a DOMDigestMethod.
protected DOMDigestMethod (Element dmElem) throws MarshalException
  Creates a DOMDigestMethod from an element.
Methods
Hide/Show inherited methods
protectedabstract void checkParams (DigestMethodParameterSpec params) throws InvalidAlgorithmParameterException
  Checks if the specified parameters are valid for this algorithm.
public boolean equals (Object o)
pack-privateabstract String getMessageDigestAlgorithm ()
Returns the MessageDigest standard algorithm name.
publicfinal AlgorithmParameterSpec getParameterSpec () [Specified in DigestMethod]
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String prefix, DOMCryptoContext context) throws MarshalException [Specified in DOMStructure]
This method invokes the abstract marshalParams method to marshal any algorithm-specific parameters.
protectedabstract void marshalParams (Element parent, String prefix) throws MarshalException
  Marshals the algorithm-specific parameters to an Element and appends it to the specified parent element.
pack-privatestatic DigestMethod unmarshal (Element dmElem) throws MarshalException
protectedabstract DigestMethodParameterSpec unmarshalParams (Element paramsElem) throws MarshalException
  Unmarshals DigestMethodParameterSpec from the specified Element.
Fields
Hide/Show inherited fields
publicfinalstatic String RIPEMD160 = "http://www.w3.org/2001/04/xmlenc#ripemd160" [Inherited From DigestMethod]
The RIPEMD-160 digest method algorithm URI.
publicfinalstatic String SHA1 = "http://www.w3.org/2000/09/xmldsig#sha1" [Inherited From DigestMethod]
The SHA1 digest method algorithm URI.
publicfinalstatic String SHA256 = "http://www.w3.org/2001/04/xmlenc#sha256" [Inherited From DigestMethod]
The SHA256 digest method algorithm URI.
publicfinalstatic String SHA512 = "http://www.w3.org/2001/04/xmlenc#sha512" [Inherited From DigestMethod]
The SHA512 digest method algorithm URI.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar