open static fun fromSecretKey(secretKey: SecretKey!): KeyPair!
Create a keypair using only a private key.
secretKey - SecretKey!: The private key.
secretKey
Return KeyPair!: The key pair.