Package org.apache.fontbox.ttf
Class DigitalSignatureTable
- java.lang.Object
 - 
- org.apache.fontbox.ttf.TTFTable
 - 
- org.apache.fontbox.ttf.DigitalSignatureTable
 
 
 
- 
public class DigitalSignatureTable extends TTFTable
A table in a true type font.- Version:
 - $Revision: 1.1 $
 - Author:
 - Ben Litchfield (ben@benlitchfield.com)
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTAGTag to identify this table.- 
Fields inherited from class org.apache.fontbox.ttf.TTFTable
initialized 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DigitalSignatureTable() 
- 
Method Summary
- 
Methods inherited from class org.apache.fontbox.ttf.TTFTable
getCheckSum, getInitialized, getLength, getOffset, getTag, initData, setCheckSum, setLength, setOffset, setTag 
 - 
 
 - 
 
- 
- 
Field Detail
- 
TAG
public static final java.lang.String TAG
Tag to identify this table.- See Also:
 - Constant Field Values
 
 
 - 
 
 -