hwsecurity / de.cotech.hw /

Package de.cotech.hw

The main package - includes the primary interfaces of the Security Hardware SDK, most notably de.cotech.hw.SecurityKeyManager.

Types

Name Summary
SecurityKey

abstract class SecurityKey

An abstract connected Security Key.

SecurityKeyAuthenticator

interface SecurityKeyAuthenticator

This use case class performs an “authenticate” operation on a challenge.

SecurityKeyCallback

interface SecurityKeyCallback<T : SecurityKey?>

A callback interface when a security key is discovered.

SecurityKeyConnectionMode abstract class SecurityKeyConnectionMode<T : SecurityKey?>
SecurityKeyException

open class SecurityKeyException : IOException

Base exception of the Hardware Security SDK.

SecurityKeyManager

open class SecurityKeyManager

The SecurityKeyManager is a singleton class for high-level management operations of security keys.

SecurityKeyManagerConfig

abstract class SecurityKeyManagerConfig

This class holds configuration options for SecurityKeyManager.

SecurityKeyTlsClientCertificateAuthenticator open class SecurityKeyTlsClientCertificateAuthenticator