public final class DeletedKey extends KeyVaultKey
KeyVaultKey.
It is managed by Key Service.KeyClient,
KeyAsyncClient| Constructor and Description |
|---|
DeletedKey() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
getDeletedOn()
Get the deleted UTC time.
|
JsonWebKey |
getKey()
Get the key value.
|
String |
getRecoveryId()
Get the recoveryId identifier.
|
OffsetDateTime |
getScheduledPurgeDate()
Get the scheduled purge UTC time.
|
getId, getKeyOperations, getKeyType, getName, getPropertiespublic String getRecoveryId()
public OffsetDateTime getScheduledPurgeDate()
public OffsetDateTime getDeletedOn()
public JsonWebKey getKey()
getKey in class KeyVaultKeyVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.