SKI Credential Object Description

The SKI Symmetric Key Infrastructure credential object is an instance of the Java Hashtable class. The following table describes the keys of the Hashtable object.

Note:  
  • The values in the SKI credential object are not encrypted.

  • Only for ActivID AAA Server.

SKI Credential Object Keys

Key

Type

Description

syncDesAlgorithmVersion

String

Algorithm version (DES/DES3).

SyncDesKey

String

Value of the synchronous authentication key.

syncDeviceMaskVersion

Integer

Device mask type.

syncResponseFormat

Integer

Response format in either of following types:

  • 0 = Decimal

  • 1 = Hexadecimal

syncResponseLength

Integer

Length of the One-Time Password (OTP).

syncUseCheckDigitOnResponse

Integer

Indicates if the response contains a check digit (0/1).

syncAuthenticationCounterValue

Integer

Authentication counter value.

syncClockExtractBitNumber

Integer

Number of extraction bits of the clock.

syncDerivationMode

Integer

Key derivation mode is On (0/1).

syncDeviceOffset

Integer

Device offset.

syncIncrementCounterOnSuccess

Integer

Indicates if the counter value is updated on success (0/1).

asyncDesKey

String

Value of the asynchronous authentication key.

asyncDesAlgorithmVersion

String

Algorithm version (DES/DES3).

asyncUseCheckDigitOnChallenge

Integer

Flag for response check digit (0/1).

asyncResponseFormat

Integer

Response format in either of following types:

  • 0 = Decimal

  • 1 = Hexadecimal

asyncResponseLength

Integer

Size of response.

asyncLastChallenge

String

Last used challenge.