Constructors
| Name | Description |
|---|---|
| Signer() | Creates a signer. |
| Signer(String) | Creates a signer with the specified identity name. |
| Signer(String, IdentityScope) | Creates a signer with the specified identity name and scope. |
Methods
| Name | Description |
|---|---|
| getPrivateKey() | Returns this signer's private key. |
| setKeyPair(KeyPair) | Sets the key pair (public key and private key) for this signer. |
| toString() | Returns a string of information about the signer. |