public abstract class DOMHMACSignatureMethod extends DOMStructure
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.security.spec.AlgorithmParameterSpec |
getParameterSpec() |
void |
marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
javax.xml.crypto.dom.DOMCryptoContext context)
This method invokes the
marshalParams
method to marshal any algorithm-specific parameters. |
isFeatureSupportedpublic final java.security.spec.AlgorithmParameterSpec getParameterSpec()
public void marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
javax.xml.crypto.dom.DOMCryptoContext context)
throws javax.xml.crypto.MarshalException
marshalParams
method to marshal any algorithm-specific parameters.marshal in class DOMStructurejavax.xml.crypto.MarshalExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object