enum CryptoKeyTypes

Names for the key types

Members

PUBLIC = "public"
SECRET = "secret"

Usage

import { CryptoKeyTypes } from "lib/common.ts";