org.apache.fontbox.ttf
Class DigitalSignatureTable

java.lang.Object
  extended by org.apache.fontbox.ttf.TTFTable
      extended by 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
static java.lang.String TAG
          Tag to identify this table.
 
Constructor Summary
DigitalSignatureTable()
           
 
Method Summary
 
Methods inherited from class org.apache.fontbox.ttf.TTFTable
getCheckSum, getLength, getOffset, getTag, initData, setCheckSum, setLength, setOffset, setTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG

public static final java.lang.String TAG
Tag to identify this table.

See Also:
Constant Field Values
Constructor Detail

DigitalSignatureTable

public DigitalSignatureTable()


Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.