KC's Workspace
    Preparing search index...
    interface CryptoKey {
        algorithm: KeyAlgorithm;
        extractable: boolean;
        type: KeyType;
        usages: KeyUsage[];
    }
    Index

    Properties

    algorithm: KeyAlgorithm
    extractable: boolean
    type: KeyType
    usages: KeyUsage[]