Home » pdfbox-1.1.0-src » org.apache.fontbox.cff » [javadoc | source]
org.apache.fontbox.cff
public class: Type1FontUtil [javadoc | source]
java.lang.Object
   org.apache.fontbox.cff.Type1FontUtil
This class contains some helper methods handling Type1-Fonts.
Method from org.apache.fontbox.cff.Type1FontUtil Summary:
charstringDecrypt,   charstringEncrypt,   eexecDecrypt,   eexecEncrypt,   hexDecode,   hexEncode
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fontbox.cff.Type1FontUtil Detail:
 public static byte[] charstringDecrypt(byte[] buffer,
    int n) 
    Decrypt charstring.
 public static byte[] charstringEncrypt(byte[] buffer,
    int n) 
    Encrypt charstring.
 public static byte[] eexecDecrypt(byte[] buffer) 
    Decrypt eexec.
 public static byte[] eexecEncrypt(byte[] buffer) 
    Encrypt eexec.
 public static byte[] hexDecode(String string) 
    Converts a string representing a hex value into a byte array.
 public static String hexEncode(byte[] bytes) 
    Converts a byte-array into a string with the corresponding hex value.