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 X509CertificatePropertiesX509CertificateProperties. withEkus(List<String> ekus)Set the ekus value.X509CertificatePropertiesX509CertificateProperties. withKeyUsage(List<KeyUsageType> keyUsage)Set the keyUsage value.X509CertificatePropertiesX509CertificateProperties. withSubject(String subject)Set the subject value.X509CertificatePropertiesX509CertificateProperties. withSubjectAlternativeNames(SubjectAlternativeNames subjectAlternativeNames)Set the subjectAlternativeNames value.X509CertificatePropertiesX509CertificateProperties. withValidityInMonths(Integer validityInMonths)Set the validityInMonths value.X509CertificatePropertiesCertificatePolicy. x509CertificateProperties()Get the x509CertificateProperties value.Methods in com.microsoft.azure.keyvault.models with parameters of type X509CertificateProperties Modifier and Type Method Description CertificatePolicyCertificatePolicy. withX509CertificateProperties(X509CertificateProperties x509CertificateProperties)Set the x509CertificateProperties value.
-