public abstract class Signature extends Object implements Configurable
Modifier and Type | Field and Description |
---|---|
protected Configuration |
conf |
Constructor and Description |
---|
Signature() |
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
calculate(Content content,
Parse parse) |
Configuration |
getConf()
Return the configuration used by this object.
|
void |
setConf(Configuration conf)
Set the configuration to be used by this object.
|
protected Configuration conf
public Configuration getConf()
Configurable
getConf
in interface Configurable
public void setConf(Configuration conf)
Configurable
setConf
in interface Configurable
Copyright © 2007, 2014, Oracle and/or its affiliates. All rights reserved.