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()
ConfigurablegetConf in interface Configurablepublic void setConf(Configuration conf)
ConfigurablesetConf in interface ConfigurableCopyright © 2007, 2014, Oracle and/or its affiliates. All rights reserved.