XML Security, 1.6

com.ibm.xml.crypto.dsig
Interface DigestMethod11

All Superinterfaces:
AlgorithmMethod, DigestMethod, XMLStructure

public interface DigestMethod11
extends DigestMethod

A representation of the XML DigestMethod element as defined in the W3C Recommendation for XML-Signature Syntax and Processing. The XML Schema Definition is defined as:

   <element name="DigestMethod" type="ds:DigestMethodType"/>
     <complexType name="DigestMethodType" mixed="true">
       <sequence>
         <any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
           <!-- (0,unbounded) elements from (1,1) namespace -->
       </sequence>
       <attribute name="Algorithm" type="anyURI" use="required"/>
     </complexType>
 
A DigestMethod instance may be created by invoking the newDigestMethod method of the XMLSignatureFactory class.

See Also:
XMLSignatureFactory.newDigestMethod(String, DigestMethodParameterSpec)

Field Summary
static java.lang.String SHA384
          The SHA384 digest method algorithm URI.
 
Fields inherited from interface javax.xml.crypto.dsig.DigestMethod
RIPEMD160, SHA1, SHA256, SHA512
 
Method Summary
 
Methods inherited from interface javax.xml.crypto.dsig.DigestMethod
getParameterSpec
 
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
 
Methods inherited from interface javax.xml.crypto.AlgorithmMethod
getAlgorithm
 

Field Detail

SHA384

static final java.lang.String SHA384
The SHA384 digest method algorithm URI.

See Also:
Constant Field Values

XML Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.