Uses of Class
com.azure.security.keyvault.certificates.models.CertificateKeyType
Packages that use CertificateKeyType
Package
Description
This package contains model classes for Azure Key Vault Certificates
-
Uses of CertificateKeyType in com.azure.security.keyvault.certificates.models
Fields in com.azure.security.keyvault.certificates.models declared as CertificateKeyTypeModifier and TypeFieldDescriptionstatic final CertificateKeyTypeCertificateKeyType.ECStatic value EC for CertificateKeyType.static final CertificateKeyTypeCertificateKeyType.EC_HSMStatic value EC-HSM for CertificateKeyType.static final CertificateKeyTypeCertificateKeyType.RSAStatic value RSA for CertificateKeyType.static final CertificateKeyTypeCertificateKeyType.RSA_HSMStatic value RSA-HSM for CertificateKeyType.Methods in com.azure.security.keyvault.certificates.models that return CertificateKeyTypeModifier and TypeMethodDescriptionstatic CertificateKeyTypeCertificateKeyType.fromString(String name) Creates or finds a CertificateKeyType from its string representation.CertificatePolicy.getKeyType()Get the key type.Methods in com.azure.security.keyvault.certificates.models that return types with arguments of type CertificateKeyTypeModifier and TypeMethodDescriptionstatic Collection<CertificateKeyType>CertificateKeyType.values()Methods in com.azure.security.keyvault.certificates.models with parameters of type CertificateKeyTypeModifier and TypeMethodDescriptionCertificatePolicy.setKeyType(CertificateKeyType keyType) Get the key type.