public interface PublicKeySerde
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
readPubKey(String encoded)
Deserializes public key out of its string representation.
|
String |
writePubKey(PublicKey publicKey)
Serializes public key out into string representation.
|
Copyright © 2019. All rights reserved.