Secret key used by a symmetric algorithm.

interface SecretKey<I> {
    info: I;
    secretKey: CryptoKey;
}

Type Parameters

  • I = any

Hierarchy (view full)

Properties

Properties

info: I
secretKey: CryptoKey

Generated using TypeDoc