Interface KeyPairKeyObjectResult

interface KeyPairKeyObjectResult {
    privateKey: KeyObject;
    publicKey: KeyObject;
}

Properties

privateKey: KeyObject
publicKey: KeyObject