hwsecurity-fido2 / de.cotech.hw.fido2.domain.create / AuthenticatorData /

AuthenticatorData

abstract class AuthenticatorData

Functions

Name Summary
attestedCredentialData abstract fun attestedCredentialData(): AttestedCredentialData
create open fun create(rpIdHash: Array<Byte>, flags: Byte, sigCounter: Int, credentialData: AttestedCredentialData, extensions: Array<Byte>): AuthenticatorData
extensions abstract fun extensions(): Array<Byte>
flags abstract fun flags(): Byte
hasAttestedCredentialData open fun hasAttestedCredentialData(): Boolean
hasExtensionData open fun hasExtensionData(): Boolean
rpIdHash abstract fun rpIdHash(): Array<Byte>
sigCounter abstract fun sigCounter(): Int
withEmptyAaguid open fun withEmptyAaguid(): AuthenticatorData

Properties

Name Summary
FLAG_ATTESTED_CREDENTIAL_DATA val FLAG_ATTESTED_CREDENTIAL_DATA: Byte
FLAG_EXTENSION_DATA val FLAG_EXTENSION_DATA: Byte
FLAG_USER_PRESENT val FLAG_USER_PRESENT: Byte