keyConventionallyAt

abstract fun keyConventionallyAt(db: Long, pointer: Long, length: Int): SQLCode(source)

Applies a conventional 32-byte raw key held in native secret memory.

pointer must reference a live allocation returned by allocateSecret with a size of exactly 32 bytes, and length must be 32.

Since

0.36.0


open fun keyConventionallyAt(db: DatabaseHandle, pointer: Long, length: Int): SQLCode(source)