public class PublicKeysEntry extends Object implements Serializable
| Constructor and Description |
|---|
PublicKeysEntry(int lastRequestTime,
Map<String,KeyWrapper> currentKeys) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,KeyWrapper> |
getCurrentKeys() |
int |
getLastRequestTime() |
public PublicKeysEntry(int lastRequestTime,
Map<String,KeyWrapper> currentKeys)
public int getLastRequestTime()
public Map<String,KeyWrapper> getCurrentKeys()
Copyright © 2021 JBoss by Red Hat. All rights reserved.