public final class KeyInfo extends Object
| Constructor and Description |
|---|
KeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
expiry()
Get the expiry value.
|
String |
start()
Get the start value.
|
KeyInfo |
withExpiry(String expiry)
Set the expiry value.
|
KeyInfo |
withStart(String start)
Set the start value.
|
public String start()
public KeyInfo withStart(String start)
start - the start value to set.public String expiry()
Copyright © 2019 Microsoft Corporation. All rights reserved.