Uses of Class
org.jclouds.azurecompute.arm.domain.Certificate.KeyProperties
-
Packages that use Certificate.KeyProperties Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Certificate.KeyProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Certificate.KeyProperties Modifier and Type Method Description static Certificate.KeyProperties
Certificate.KeyProperties. create(boolean exportable, Integer keySize, String keyType, boolean reuseKey)
abstract Certificate.KeyProperties
Certificate.CertificatePolicy. keyProps()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type Certificate.KeyProperties Modifier and Type Method Description static Certificate.CertificatePolicy
Certificate.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.KeyProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type Certificate.KeyProperties Modifier and Type Method Description Certificate.CertificatePolicy
VaultApi. updateCertificatePolicy(URI vaultBaseUrl, String certificateName, Certificate.CertificateAttributes attributes, Certificate.IssuerParameters issuer, Certificate.KeyProperties keyProps, List<Certificate.LifetimeAction> lifetimeActions, Certificate.SecretProperties secretProps, Certificate.X509CertificateProperties x509Props)
-