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. |
SHA384
static final java.lang.String SHA384
- The
SHA384 digest method algorithm URI.
- See Also:
- Constant Field Values
Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.