getPublicKey abstract method

String getPublicKey(
  1. String privateKey
)

Returns the public key corresponding to the given private key.

The privateKey parameter should be a String representing a private key.

Returns a String representing the generated public key.

Implementation

String getPublicKey(String privateKey);