NDNts
    Preparing search index...

    Secret key used by a symmetric algorithm.

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

    Type Parameters

    • I = any

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    info: I
    secretKey: CryptoKey