open static fun fromSecretKey(secretKey: SecretKey!): PublicKey!
Create the public key from a secret key.
secretKey - SecretKey!: The secret key.
secretKey
Return PublicKey!: The associated public key.