hwsecurity / de.cotech.hw.raw / RawSecurityKeyConnectionMode /

RawSecurityKeyConnectionMode

open class RawSecurityKeyConnectionMode : SecurityKeyConnectionMode< RawSecurityKey>

A connection mode that performs no initialization of its own, and instead allows the programmer to dynamically connect to applets via establishAppletConnection.

This connection mode is intended for advanced use cases. It should not be necessary for common use cases that only work with one kind of applet.

Constructors

Name Summary
RawSecurityKeyConnectionMode open fun RawSecurityKeyConnectionMode()
RawSecurityKeyConnectionMode open fun RawSecurityKeyConnectionMode(allowedTransportTypes: List<SecurityKeyInfo.TransportType>)

Functions

Name Summary
establishSecurityKeyConnection open fun establishSecurityKeyConnection(config: SecurityKeyManagerConfig, transport: Transport): RawSecurityKey
abstract fun establishSecurityKeyConnection(config: SecurityKeyManagerConfig, transport: Transport): T