Algorithm

Algorithm used for calculating a Device Key.

Entries

Link copied to clipboard

FIPS_P256_ELLIPTIC_CURVE algorithm will be used to calculate the shared secret. This has been renamed to BTM_ECDH_P256_CMAC_AES128_AES_CCM in Mesh Protocol 1.1.

Link copied to clipboard

BTM_ECDH_P256_CMAC_AES128_AES_CCM algorithm will be used to calculate the shared secret.

Link copied to clipboard

BTM_ECDH_P256_HMAC_SHA256_AES_CCM algorithm will be used to calculate the shared secret.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val length: Int

Length of the algorithm.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Value of the algorithm.

Functions

Link copied to clipboard
fun valueOf(value: String): Algorithm

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.