Package | Description |
---|---|
com.fortanix.sdkms.v1.model |
Modifier and Type | Method and Description |
---|---|
HistoryItem |
HistoryItem.createdAt(String createdAt) |
HistoryItem |
HistoryItem.expiry(String expiry) |
HistoryItem |
HistoryItem.id(String id) |
HistoryItem |
HistoryItem.state(HistoryItemState state) |
Modifier and Type | Method and Description |
---|---|
List<HistoryItem> |
KeyObject.getHistory()
When a Key Undo Policy is in place, a list of (non-expired) history items is returned.
|
Modifier and Type | Method and Description |
---|---|
KeyObject |
KeyObject.addHistoryItem(HistoryItem historyItem) |
Modifier and Type | Method and Description |
---|---|
KeyObject |
KeyObject.history(List<HistoryItem> history) |
void |
KeyObject.setHistory(List<HistoryItem> history) |
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved