com.upek.android.ptapi.struct
Class PtGlobalInfo

java.lang.Object
  extended by com.upek.android.ptapi.struct.PtGlobalInfo
All Implemented Interfaces:
java.io.Serializable

public class PtGlobalInfo
extends java.lang.Object
implements java.io.Serializable

The global information about this PerfectTrust implementation, especially the version info.

See Also:
Serialized Form

Field Summary
 int apiVersion
          Version of TFM API.
 int flags
          Additional flags (e.g. encryption strength), see PT_GIFLAGS_xxxx.
 int functionality
          Bitmask, defining which blocks of functions are supported (see PT_GIFUNC_xxxx).
 
Constructor Summary
PtGlobalInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

apiVersion

public int apiVersion
Version of TFM API. Highest byte = major version, second highest byte = minor version, low word = subversions.


flags

public int flags
Additional flags (e.g. encryption strength), see PT_GIFLAGS_xxxx.


functionality

public int functionality
Bitmask, defining which blocks of functions are supported (see PT_GIFUNC_xxxx).

Constructor Detail

PtGlobalInfo

public PtGlobalInfo()