open static fun fromInteger(privateKey: BigInteger!): PublicKey!
Create the public key from a secret key.
privateKey - BigInteger!: The secret key.
privateKey
Return PublicKey!: The associated public key.