Interface StoredKey

Stored key pair in JSON or structure clone format.

Hierarchy

  • StoredKey

Properties

algo: string
info: any
jwkImportParams?: AlgorithmIdentifier
privateKey?: CryptoKey | JsonWebKey
publicKey?: CryptoKey | JsonWebKey
publicKeySpki?: string | Uint8Array
secretKey?: CryptoKey | JsonWebKey

Generated using TypeDoc