public class LocalFileEncryption extends Object implements EncryptoSpi
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String val) |
String |
encrypt(String val,
ZotPublicKey publicKey) |
String |
getPrivateKeyString()
this always returns "null" as a string to avoid errors.
|
String |
getPublicKeyString()
this always returns "null" as a string to avoid errors.
|
public String encrypt(String val, ZotPublicKey publicKey)
encrypt in interface EncryptoSpipublic String decrypt(String val)
decrypt in interface EncryptoSpipublic String getPublicKeyString()
getPublicKeyString in interface EncryptoSpipublic String getPrivateKeyString()
getPrivateKeyString in interface EncryptoSpiCopyright © 2022. All rights reserved.