Uses of Class
org.jclouds.azurecompute.arm.domain.Certificate.X509CertificateProperties
Packages that use Certificate.X509CertificateProperties
-
Uses of Certificate.X509CertificateProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Certificate.X509CertificatePropertiesModifier and TypeMethodDescriptionCertificate.X509CertificateProperties.create
(List<String> enhancedKeyUsage, List<String> keyUsage, Certificate.SubjectAlternativeNames subjectAltNames, String subject, Integer validityMonths) Certificate.CertificatePolicy.x509props()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type Certificate.X509CertificatePropertiesModifier and TypeMethodDescriptionCertificate.CertificatePolicy.create
(Certificate.CertificateAttributes attributes, String id, Certificate.IssuerParameters issuer, Certificate.KeyProperties keyProps, List<Certificate.LifetimeAction> lifetimeActions, Certificate.SecretProperties secretProperties, Certificate.X509CertificateProperties x509Props) -
Uses of Certificate.X509CertificateProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type Certificate.X509CertificatePropertiesModifier and TypeMethodDescriptionVaultApi.updateCertificatePolicy
(URI vaultBaseUrl, String certificateName, Certificate.CertificateAttributes attributes, Certificate.IssuerParameters issuer, Certificate.KeyProperties keyProps, List<Certificate.LifetimeAction> lifetimeActions, Certificate.SecretProperties secretProps, Certificate.X509CertificateProperties x509Props)