| Modifier and Type | Method and Description |
|---|---|
ZotPublicKey |
Encrypto.getPublicKey()
sends back the respective public key
|
static ZotPublicKey |
Encrypto.getPublicKey(String base64PublicKey)
used to convert the client's public key to the ZotPublicKey class instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LocalFileEncryption.encrypt(String val,
ZotPublicKey publicKey) |
String |
EncryptoSpi.encrypt(String val,
ZotPublicKey publicKey) |
String |
Encrypto.encrypt(String value,
ZotPublicKey publicKey)
encrypt the message using public key.
|
String |
ZotKeyPair.encrypt(String val,
ZotPublicKey publicKey) |
Copyright © 2022. All rights reserved.