Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CryptoSelfTestCompletedEvent

import type { CryptoSelfTestCompletedEvent } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

Validates whether Android’s built-in cryptographic library (BoringSSL) is valid. Should always succeed on device boot, if it fails, the device should be considered untrusted.

interface CryptoSelfTestCompletedEvent {
success?: boolean;
}

§Properties

§
success?: boolean
[src]

Whether the test succeeded.