public final class KeyInfo extends Object
| Constructor and Description |
|---|
KeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpiry()
Get the expiry property: The date-time the key expires in ISO 8601 UTC
time.
|
String |
getStart()
Get the start property: The date-time the key is active in ISO 8601 UTC
time.
|
KeyInfo |
setExpiry(String expiry)
Set the expiry property: The date-time the key expires in ISO 8601 UTC
time.
|
KeyInfo |
setStart(String start)
Set the start property: The date-time the key is active in ISO 8601 UTC
time.
|
public String getStart()
public KeyInfo setStart(String start)
start - the start value to set.public String getExpiry()
Copyright © 2020 Microsoft Corporation. All rights reserved.