Digital Authentication Framework 4.2.0.30
Public Member Functions | Package Functions | Static Package Functions | Package Attributes

com.good.daf.class0.Class0Key Class Reference

Key implementation for the com.good.daf.class0.Class0Device. More...

Inheritance diagram for com.good.daf.class0.Class0Key:
com.good.daf.basic.BasicKey com.good.daf.DAKey

List of all members.

Public Member Functions

DAMetaData getInfo ()
 Get information about this instance.
byte[] getData () throws DAError
 Returns the contents of a storage-only key.

Package Functions

 Class0Key (byte[] id)

Static Package Functions

static Class0Key build (byte[] deviceId)

Package Attributes

final byte[] deviceId
final BasicMetaData meta = new BasicMetaData()

Detailed Description

Key implementation for the com.good.daf.class0.Class0Device.

This simply allows reading of the value passed into its constructor.


Member Function Documentation

byte [] com.good.daf.class0.Class0Key.getData ( ) throws DAError

Returns the contents of a storage-only key.

Returns:
the contents of the storage (must not be null).
Exceptions:
DAErroron failure

Reimplemented from com.good.daf.basic.BasicKey.

DAMetaData com.good.daf.class0.Class0Key.getInfo ( )

Get information about this instance.

This method will be called once shortly after construction and the result wrapped by the native translation layer.

This method is not allowed to fail except fatally (OutOfMemoryError, etc.)

Returns:
the metadata object for this instance. Must not be null.

Implements com.good.daf.DAKey.


The documentation for this class was generated from the following file: