static class KeyPairCache.KeyPairCacheEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
created_at |
private java.security.KeyPair |
keys |
Constructor and Description |
---|
KeyPairCacheEntry(java.security.KeyPair keys,
long created_at) |
Modifier and Type | Method and Description |
---|---|
long |
getCreatedAt() |
java.security.KeyPair |
getKeyPair() |