public class CacheForPublicKeys extends Object
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentHashMap<String,RSAPublicKey> |
publicKeyCache |
| Constructor and Description |
|---|
CacheForPublicKeys() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPublicKeyToCache(String runEnvironment,
String keyId,
RSAPublicKey publicKey) |
RSAPublicKey |
getPublicKeyFromCache(String runEnvironment,
String keyId) |
public static ConcurrentHashMap<String,RSAPublicKey> publicKeyCache
public void addPublicKeyToCache(String runEnvironment, String keyId, RSAPublicKey publicKey)
public RSAPublicKey getPublicKeyFromCache(String runEnvironment, String keyId)
Copyright © 2026. All rights reserved.