tuweni / org.apache.tuweni.crypto.mikuli / KeyPair

KeyPair

class KeyPair (source)

KeyPair represents a public and private key.

Functions

publicKey

fun publicKey(): PublicKey!

random

Generate a new random key pair

static fun random(): KeyPair!

secretKey

fun secretKey(): SecretKey!