| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClientBase.
|
| Modifier and Type | Field and Description |
|---|---|
static KeyUsageType |
KeyUsageType.C_RLSIGN
Static value cRLSign for KeyUsageType.
|
static KeyUsageType |
KeyUsageType.DATA_ENCIPHERMENT
Static value dataEncipherment for KeyUsageType.
|
static KeyUsageType |
KeyUsageType.DECIPHER_ONLY
Static value decipherOnly for KeyUsageType.
|
static KeyUsageType |
KeyUsageType.DIGITAL_SIGNATURE
Static value digitalSignature for KeyUsageType.
|
static KeyUsageType |
KeyUsageType.ENCIPHER_ONLY
Static value encipherOnly for KeyUsageType.
|
static KeyUsageType |
KeyUsageType.KEY_AGREEMENT
Static value keyAgreement for KeyUsageType.
|
static KeyUsageType |
KeyUsageType.KEY_CERT_SIGN
Static value keyCertSign for KeyUsageType.
|
static KeyUsageType |
KeyUsageType.KEY_ENCIPHERMENT
Static value keyEncipherment for KeyUsageType.
|
static KeyUsageType |
KeyUsageType.NON_REPUDIATION
Static value nonRepudiation for KeyUsageType.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyUsageType> |
X509CertificateProperties.keyUsage()
Get the keyUsage value.
|
| Modifier and Type | Method and Description |
|---|---|
X509CertificateProperties |
X509CertificateProperties.withKeyUsage(List<KeyUsageType> keyUsage)
Set the keyUsage value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/