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