IGlase

interface IGlase : IService

GLAse service entry point class.

Functions

Link copied to clipboard
abstract fun addCAKey(capk: ByteArray)

Add a CAPK (Certificate Authority Public Key).

Link copied to clipboard
abstract fun addCombination(combination: ByteArray)

Add combination configuration

Link copied to clipboard

Add a revoked certificate into the system..

Link copied to clipboard

Perform combination selection (Entry Point Start C).

Link copied to clipboard
abstract fun completeCardProcessing(completionData: ByteArray?)

Complete card processing.

Link copied to clipboard
abstract fun flushCAKeys()

Flush all CAPKs from the system.

Link copied to clipboard

Flush all CRLs from the system.

Link copied to clipboard
abstract fun getTag(tag: ByteArray): ByteArray

Fetches a tag from kernel database used to process card.

Link copied to clipboard

Retrieve a tag from candidate.

Link copied to clipboard
abstract fun initiateCardProcessing()

Initiate contact card processing.

Link copied to clipboard
abstract fun kernelActivation(): ByteArray

Perform kernel activation (Entry Point Start D).

Link copied to clipboard
abstract fun preProcessing(trd: ByteArray): ByteArray

Perform pre-processing on the registered kernels (Entry Point Start A).

Link copied to clipboard

Perform protocol activation (Entry Point Start B).

Link copied to clipboard
abstract fun selectCandidate(candidate: ByteArray)

Perform candidate selection.