Interface CryptoKeyKeyAlgorithm

interface CryptoKeyKeyAlgorithm {
    name: string;
}

Properties

Properties

name: string