| TKBERTLVRecord |
TKBERTLVRecord implements encoding using BER-TLV encoding rules.
|
| TKCompactTLVRecord |
TKCompactTLVRecord implements Compact-TLV encoding according to ISO7816-4
Tag is number in range <0..15> encoded as high 4 bits of initial byte, length is number in range <0..15>
encoded as low 4 bits of initial byte.
|
| TKSimpleTLVRecord |
TKSimpleTLVRecord implements Simple-TLV encoding according to ISO7816-4.
|
| TKSmartCard |
Represents SmartCard inserted in the slot.
|
| TKSmartCardATR |
Represents parsed SmartCard ATR.
|
| TKSmartCardATRInterfaceGroup |
Represents single interface-bytes group of ATR.
|
| TKSmartCardPINFormat |
Specifies PIN formatting properties.
|
| TKSmartCardSlot |
Represents single slot which can contain SmartCard.
|
| TKSmartCardSlotManager |
Represents pool of SmartCard reader slots.
|
| TKSmartCardToken |
TKSmartCardToken base class for implementing SmartCard based token.
|
| TKSmartCardTokenDriver |
TKSmartCardTokenDriver represents driver for specific SmartCard type.
|
| TKSmartCardTokenSession |
TKSmartCardTokenSession represents token session based on SmartCard token.
|
| TKSmartCardUserInteraction |
Represents handle to a user interaction involving the SmartCard reader.
|
| TKSmartCardUserInteractionForPINOperation |
User interaction for the secure PIN operations on the SmartCard reader.
|
| TKSmartCardUserInteractionForSecurePINChange |
User interaction for the secure PIN change on the SmartCard reader.
|
| TKSmartCardUserInteractionForSecurePINVerification |
User interaction for the secure PIN verification on the SmartCard reader.
|
| TKTLVRecord |
Base class representing Tag-Length-Value record.
|
| TKToken |
Class representing single token.
|
| TKTokenAuthOperation |
Context of a pending authentication operation.
|
| TKTokenConfiguration |
Holds configuration of one token identified by unique token's instanceID
|
| TKTokenDriver |
Base class for token drivers.
|
| TKTokenDriverConfiguration |
Holds configuration of one class of tokens
|
| TKTokenKeyAlgorithm |
TKTokenKeyAlgorithm Encapsulates cryptographic algorithm, possibly with additional associated required algorithms.
|
| TKTokenKeychainCertificate |
[@interface] TKTokenKeychainCertificate
Interface for propagation token's certificates into the keychain.
|
| TKTokenKeychainContents |
Contains TKTokenKeychainItem instances (keys and certificates) which represent keychain state (i.e. set of items) of specific token.
|
| TKTokenKeychainItem |
[@interface] TKTokenKeychainItem
Base interface for propagation token's items into the keychain.
|
| TKTokenKeychainKey |
[@interface] TKTokenKeychainKey
Interface for propagation token's keys into the keychain.
|
| TKTokenKeyExchangeParameters |
TKTokenKeyExchangeParameters Encapsulates parameters needed for performing specific Key Exchange operation types.
|
| TKTokenPasswordAuthOperation |
Context of a password authentication operation.
|
| TKTokenSession |
TKTokenSession represents token session which shares authentication status.
|
| TKTokenSmartCardPINAuthOperation |
Context of a SmartCard PIN authentication operation.
|
| TKTokenWatcher |
|