Secret key used by a symmetric algorithm.

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

Type Parameters

  • I = any

Hierarchy (View Summary)

Properties

Properties

info: I
secretKey: CryptoKey