| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClientBase.
|
| Modifier and Type | Method and Description |
|---|---|
X509CertificateProperties |
X509CertificateProperties.withEkus(List<String> ekus)
Set the ekus value.
|
X509CertificateProperties |
X509CertificateProperties.withKeyUsage(List<KeyUsageType> keyUsage)
Set the keyUsage value.
|
X509CertificateProperties |
X509CertificateProperties.withSubject(String subject)
Set the subject value.
|
X509CertificateProperties |
X509CertificateProperties.withSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)
Set the subjectAlternativeNames value.
|
X509CertificateProperties |
X509CertificateProperties.withValidityInMonths(Integer validityInMonths)
Set the validityInMonths value.
|
X509CertificateProperties |
CertificatePolicy.x509CertificateProperties()
Get the x509CertificateProperties value.
|
| Modifier and Type | Method and Description |
|---|---|
CertificatePolicy |
CertificatePolicy.withX509CertificateProperties(X509CertificateProperties x509CertificateProperties)
Set the x509CertificateProperties value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/