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. |
isFeatureSupported
public 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 DOMStructure
javax.xml.crypto.MarshalException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object