javax.xml.crypto.AlgorithmMethod, javax.xml.crypto.dsig.SignatureMethod, javax.xml.crypto.XMLStructurepublic abstract class DOMSignatureMethod extends BaseStructure
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
java.security.spec.AlgorithmParameterSpec |
getParameterSpec() |
|
int |
hashCode() |
|
void |
marshal(XmlWriter xwriter,
java.lang.String dsPrefix) |
This method invokes the
marshalParams
method to marshal any algorithm-specific parameters. |
isFeatureSupported, textOfNodepublic final java.security.spec.AlgorithmParameterSpec getParameterSpec()
public void marshal(XmlWriter xwriter, java.lang.String dsPrefix) throws javax.xml.crypto.MarshalException
marshalParams
method to marshal any algorithm-specific parameters.javax.xml.crypto.MarshalExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object