KeyDescription

@Immutable
data class KeyDescription(val attestationVersion: BigInteger, val attestationSecurityLevel: SecurityLevel, val keyMintVersion: BigInteger, val keyMintSecurityLevel: SecurityLevel, val attestationChallenge: ByteString, val uniqueId: ByteString, val softwareEnforced: AuthorizationList, val hardwareEnforced: AuthorizationList)

Constructors

Link copied to clipboard
constructor(attestationVersion: BigInteger, attestationSecurityLevel: SecurityLevel, keyMintVersion: BigInteger, keyMintSecurityLevel: SecurityLevel, attestationChallenge: ByteString, uniqueId: ByteString, softwareEnforced: AuthorizationList, hardwareEnforced: AuthorizationList)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attestationChallenge: ByteString
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uniqueId: ByteString

Functions

Link copied to clipboard
fun asExtension(): Extension
Link copied to clipboard
Link copied to clipboard