package node.crypto; typedef KeyPairKeyObjectResult = { var publicKey : KeyObject; var privateKey : KeyObject; };