NDNts
    Preparing search index...

    Interface SecretKey<I>

    Secret key used by a symmetric algorithm.

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

    Type Parameters

    • I = any

    Hierarchy (View Summary)

    Index
    info: I
    secretKey: CryptoKey