open static fun create(secretKey: SecretKey!, publicKey: PublicKey!): KeyPair! (source)
Create a keypair from a private and public key.
secretKey - SecretKey!: The private key.
publicKey - PublicKey!: The public key.
Return
KeyPair!: The key pair.