rawKeyAt

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

Applies a 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 rawKeyAt(db: DatabaseHandle, pointer: Long, length: Int): SQLCode(source)