public class TransformPatameterHashImpl extends TransformParameterImpl implements TransformParameterHash
TransformParameterHash
BINARY_TRANSFORMPARAMETER, HASH_TRANSFORMPARAMETER, URI_TRANSFORMPARAMETER
Constructor and Description |
---|
TransformPatameterHashImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDigestMethod()
Gets the method used for calculating the digest value.
|
byte[] |
getDigestValue()
Gets the binary hash of the transform parameter.
|
int |
getTransformParameterType()
Gets the type of
TransformParameter . |
void |
setDigestMethod(String digestMethod)
Sets method used to calculate the digest value.
|
void |
setDigestValue(byte[] digestValue)
Sets the digest value.
|
getURI, setURI
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getURI
public void setDigestMethod(String digestMethod)
digestMethod
- The method used to calculate the digest value.public String getDigestMethod()
TransformParameterHash
getDigestMethod
in interface TransformParameterHash
public void setDigestValue(byte[] digestValue)
digestValue
- The digest value.public byte[] getDigestValue()
TransformParameterHash
getDigestValue
in interface TransformParameterHash
public int getTransformParameterType()
TransformParameter
.getTransformParameterType
in interface TransformParameter
Copyright © 2016. All rights reserved.