RSASSAPSS.generateKeyPair()
Generates a new public/private key pair. The public key is in SPKI format and the private key is in PKCS#8 format. See RSASSAPSS for an example.
RSASSAPSS
function generateKeyPair(): Promise<KeyPair>;