public abstract class DOMHMACSignatureMethod extends DOMStructure
DSA_SHA1, HMAC_SHA1, RSA_SHA1
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.security.spec.AlgorithmParameterSpec |
getParameterSpec()
Returns the algorithm-specific input parameters of this
SignatureMethod . |
int |
hashCode() |
void |
marshal(org.w3c.dom.Node parent,
java.lang.String dsPrefix,
DOMCryptoContext context)
This method invokes the
marshalParams
method to marshal any algorithm-specific parameters. |
isFeatureSupported
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isFeatureSupported
getAlgorithm
public final java.security.spec.AlgorithmParameterSpec getParameterSpec()
SignatureMethod
SignatureMethod
.
The returned parameters can be typecast to a SignatureMethodParameterSpec
object.
SignatureMethod
(may be null
if not
specified)public void marshal(org.w3c.dom.Node parent, java.lang.String dsPrefix, DOMCryptoContext context) throws MarshalException
marshalParams
method to marshal any algorithm-specific parameters.marshal
in class DOMStructure
MarshalException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.