net.named_data.jndn
public abstract class Signature extends Object implements ChangeCountable
| Constructor and Description |
|---|
Signature() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
clone()
Return a new Signature which is a deep copy of this signature.
|
abstract long |
getChangeCount()
Get the change count, which is incremented each time this object
(or a child object) is changed.
|
abstract Blob |
getSignature()
Get the signature bytes.
|
abstract void |
setSignature(Blob signature)
Set the signature bytes to the given value.
|
public abstract Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic abstract Blob getSignature()
public abstract void setSignature(Blob signature)
signature - A Blob with the signature bytes.public abstract long getChangeCount()
getChangeCount in interface ChangeCountableCopyright © 2016. All rights reserved.