privateKey method

MgoAddress privateKey()

This returns the Bech32 secret key string for this keypair.

Implementation

String privateKey() {
  return encodeMgoPrivateKey(_keypair.getSecretKey(), _keypair.getKeyScheme());
}