getOrCreate

fun getOrCreate(context: Context, bytes: Int = DEFAULT_SECRET_BYTES): ByteArray

Return the per-install secret, creating it on first access or migrating a legacy unwrapped secret if one is present. Callers should zeroize the returned array after feeding it to the consuming operation.