Uses of Class
de.softpro.signdocmobile.foundations.TabletTraceCollection.BinaryFormat

Uses of TabletTraceCollection.BinaryFormat in de.softpro.signdocmobile.foundations
 

Methods in de.softpro.signdocmobile.foundations that return TabletTraceCollection.BinaryFormat
static TabletTraceCollection.BinaryFormat TabletTraceCollection.BinaryFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TabletTraceCollection.BinaryFormat[] TabletTraceCollection.BinaryFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.softpro.signdocmobile.foundations with parameters of type TabletTraceCollection.BinaryFormat
static byte[] TabletTraceCollection.createBiometricData(TabletTraceCollection aTabletTraceCollection, TabletTraceCollection.BinaryFormat format, boolean raw)
          Helper method to create a binary blob used to store the biometric data.
 void TabletTraceCollection.writeBinaryBlob(java.io.ByteArrayOutputStream bs, TabletTraceCollection.BinaryFormat format)