public class KeyPair extends S.Pair
_1, _2| Constructor and Description |
|---|
KeyPair(KeyPair keyPair) |
KeyPair(String privateKey,
String publicKey) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPrivateKey() |
String |
getPrivateKeyAsString() |
byte[] |
getPublicKey() |
String |
getPublicKeyAsString() |
public KeyPair(KeyPair keyPair)
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.