tuweni / org.apache.tuweni.crypto / SECP256K1 / PublicKey / fromInteger

fromInteger

open static fun fromInteger(privateKey: BigInteger!): PublicKey! (source)

Create the public key from a secret key.

Parameters

privateKey - BigInteger!: The secret key.

Return
PublicKey!: The associated public key.