Uses of Class
com.microsoft.azure.keyvault.models.X509CertificateProperties
-
Packages that use X509CertificateProperties Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of X509CertificateProperties in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return X509CertificateProperties Modifier and Type Method 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.Methods in com.microsoft.azure.keyvault.models with parameters of type X509CertificateProperties Modifier and Type Method Description CertificatePolicy
CertificatePolicy. withX509CertificateProperties(X509CertificateProperties x509CertificateProperties)
Set the x509CertificateProperties value.
-