public class LocalCryptoService extends Object
| Constructor and Description |
|---|
LocalCryptoService() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addKeyPrivateKey(Integer keyId,
String rsaPrivateKey) |
static void |
addKeySecretKey(Integer keyId,
String keyBase64) |
static Pair<Integer,String> |
encrypt(String plainText) |
static Pair<Integer,String> |
sign(String encryptedData) |
Copyright © 2025. All rights reserved.