public static class SignatureHandler.Placeholder extends Object
Constructor and Description |
---|
Placeholder(int length)
Create a new Placeholder of the specified length, but
with no content set
|
Modifier and Type | Method and Description |
---|---|
protected Object |
clone() |
byte[] |
getContent()
Get the content, as set by
setContent(byte[]) |
int |
getLength()
Get the length of this object
|
long |
getOffset()
Get the offset into the file of this object
|
void |
setContent(byte[] content)
Set the content for this Placeholder.
|
void |
setDigestable(boolean digestable)
Set whether this Placeholder should return true from
isDigestable() |
void |
setLength(int length) |
String |
toString() |
public Placeholder(int length)
public void setContent(byte[] content)
SignatureHandler.preDigest(long, java.util.Map<java.lang.String, org.faceless.pdf2.SignatureHandler.Placeholder>)
, the content will be included
in the digest calculation.public byte[] getContent()
setContent(byte[])
public int getLength()
public void setLength(int length)
public long getOffset()
public void setDigestable(boolean digestable)
isDigestable()
Copyright © 2001-2017 Big Faceless Organization