hwsecurity / de.cotech.hw.raw /
Package de.cotech.hw.raw
Types
Name | Summary |
---|---|
RawSecurityKey |
open class RawSecurityKey : SecurityKey A shim Security Key that bears no semantics of its own, but allows the programmer to dynamically connect other connection modes via establishAppletConnection. |
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. |