fido_auth_algo_e class abstract

@brief Authenticator's supported algorithm and encoding. @remarks Refer to FIDO UAF Registry document for more details. @since_tizen 3.0

Constructors

fido_auth_algo_e.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

FIDO_AUTH_ALGO_RSASSA_PSS_SHA256_DER → const int
< RSA PSS SHA256 DER
FIDO_AUTH_ALGO_RSASSA_PSS_SHA256_RAW → const int
< RSA PSS SHA256 Raw
FIDO_AUTH_ALGO_SECP256K1_ECDSA_SHA256_DER → const int
< SECP256K1 ECDSA SHA256 DER
FIDO_AUTH_ALGO_SECP256K1_ECDSA_SHA256_RAW → const int
< SECP256K1 ECDSA SHA256 Raw
FIDO_AUTH_ALGO_SECP256R1_ECDSA_SHA256_DER → const int
< SECP256R1 ECDSA SHA256 DER
FIDO_AUTH_ALGO_SECP256R1_ECDSA_SHA256_RAW → const int
< SECP256R1 ECDSA SHA256 Raw