net.named_data.jndn
public class DigestSha256Signature extends Signature
| Constructor and Description |
|---|
DigestSha256Signature()
Create a new DigestSha256Signature with default values.
|
DigestSha256Signature(DigestSha256Signature signature)
Create a new DigestSha256Signature with a copy of the fields in the given
signature object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Return a new DigestSha256Signature which is a deep copy of this
DigestSha256Signature.
|
long |
getChangeCount()
Get the change count, which is incremented each time this object
(or a child object) is changed.
|
Blob |
getSignature()
Get the signature bytes.
|
void |
setSignature(Blob signature)
Set the signature bytes to the given value.
|
public DigestSha256Signature()
public DigestSha256Signature(DigestSha256Signature signature)
signature - The signature object to copy.public Object clone() throws CloneNotSupportedException
clone in class SignatureCloneNotSupportedExceptionpublic final Blob getSignature()
getSignature in class Signaturepublic final void setSignature(Blob signature)
setSignature in class Signaturesignature - A Blob with the signature bytes.public final long getChangeCount()
getChangeCount in interface ChangeCountablegetChangeCount in class SignatureCopyright © 2016. All rights reserved.