Uses of Class
ds.ov2.util.Serializable_array

Packages that use Serializable_array
ds.ov2.bignat Big integer library for Java Card, including a test frame. 
ds.ov2.front Frontoffice code for applet and host side, including a test frame. 
ds.ov2.util OV-chip protocol layer, general APDU data types and other miscellaneous code. 
 

Uses of Serializable_array in ds.ov2.bignat
 

Subclasses of Serializable_array in ds.ov2.bignat
 class Bignat_array
          APDU_Serializable interface around an array of Bignats.
 class Host_modulus
          Host counterpart of Modulus.
 class Host_vector
          Host counterpart of Vector.
 class Modulus
          Division modulus for Java Card.
 class Vector
          Bignat array with multi-exponent functionality.
 

Uses of Serializable_array in ds.ov2.front
 

Subclasses of Serializable_array in ds.ov2.front
 class Host_signature
          Host data type for Signature's with signature checking.
 class Signature
          Signatures on blinded attribute expressions.
 

Uses of Serializable_array in ds.ov2.util
 

Subclasses of Serializable_array in ds.ov2.util
 class APDU_short_array
          APDU_Serializable wrapper around a short array.