public class Key extends Object
| Constructor and Description |
|---|
Key() |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
getExpiration() |
String |
getName() |
HashSet<Policy> |
getPolicies() |
void |
setExpiration(java.time.Instant expiration) |
void |
setName(String name) |
void |
setPolicies(HashSet<Policy> policies) |
String |
toString() |
Copyright © 2022. All Rights Reserved.