public static class SealedBox.KeyPair extends Object
| Modifier and Type | Field and Description |
|---|---|
SealedBox.PublicKey |
publicKey |
SealedBox.SecretKey |
secretKey |
| Modifier and Type | Method and Description |
|---|---|
static SealedBox.KeyPair |
generate()
Generate random public/private key pair
|
void |
wipe()
safely wipe the memory backing this key when finished
|
public final SealedBox.PublicKey publicKey
public final SealedBox.SecretKey secretKey
public static SealedBox.KeyPair generate()
public void wipe()
Copyright © 2023. All rights reserved.