public class KeyVaultProperties extends Object
| Constructor and Description |
|---|
KeyVaultProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
currentVersionedKeyIdentifier()
Get the object identifier of the current versioned Key Vault Key in use.
|
String |
keyName()
Get the name of KeyVault key.
|
String |
keyVaultUri()
Get the Uri of KeyVault.
|
String |
keyVersion()
Get the version of KeyVault key.
|
org.joda.time.DateTime |
lastKeyRotationTimestamp()
Get timestamp of last rotation of the Key Vault Key.
|
KeyVaultProperties |
withKeyName(String keyName)
Set the name of KeyVault key.
|
KeyVaultProperties |
withKeyVaultUri(String keyVaultUri)
Set the Uri of KeyVault.
|
KeyVaultProperties |
withKeyVersion(String keyVersion)
Set the version of KeyVault key.
|
public String keyName()
public KeyVaultProperties withKeyName(String keyName)
keyName - the keyName value to setpublic String keyVersion()
public KeyVaultProperties withKeyVersion(String keyVersion)
keyVersion - the keyVersion value to setpublic String keyVaultUri()
public KeyVaultProperties withKeyVaultUri(String keyVaultUri)
keyVaultUri - the keyVaultUri value to setpublic String currentVersionedKeyIdentifier()
public org.joda.time.DateTime lastKeyRotationTimestamp()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/