PrivateKey

open fun PrivateKey()

Create a random private key

Return

Non-null Private key


open fun PrivateKey(data: Array<Byte>)

Create a private key with the given block of data

Return

Nullable pointer to Private Key

Parameters

data

a block of data


open fun PrivateKey(key: PrivateKey)

Deep copy a given private key

Return

Deep copy, Nullable pointer to Private key

Parameters

key

Non-null private key to be copied