KeyPair

data class KeyPair(val publicKey: RSAPublicKey, val privateKey: PrivateKey, var keyAlias: String)

Create public and private keypair

Parameters

publicKey

The RSA Public key

privateKey

The RSA Private key

keyAlias

KeyAlias for

Constructors

Link copied to clipboard
constructor(publicKey: RSAPublicKey, privateKey: PrivateKey, keyAlias: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard