Constructors
| Name | Description |
|---|---|
| KeyPair(PublicKey, PrivateKey) | Constructs a key with the specified public key and private key. |
Methods
| Name | Description |
|---|---|
| getPrivate() | Returns the private key from this key pair. |
| getPublic() | Returns the public key from this key pair. |