interface CryptoKeyPair {
    privateKey: CryptoKey;
    publicKey: CryptoKey;
}

Properties

privateKey: CryptoKey
publicKey: CryptoKey