Uses of Class
com.azure.security.keyvault.certificates.models.CertificateKeyType
-
Packages that use CertificateKeyType Package Description com.azure.security.keyvault.certificates.models 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 CertificateKeyType Modifier and Type Field Description static CertificateKeyTypeCertificateKeyType. ECStatic value EC for CertificateKeyType.static CertificateKeyTypeCertificateKeyType. EC_HSMStatic value EC-HSM for CertificateKeyType.static CertificateKeyTypeCertificateKeyType. RSAStatic value RSA for CertificateKeyType.static CertificateKeyTypeCertificateKeyType. RSA_HSMStatic value RSA-HSM for CertificateKeyType.Methods in com.azure.security.keyvault.certificates.models that return CertificateKeyType Modifier and Type Method Description static CertificateKeyTypeCertificateKeyType. fromString(String name)Creates or finds a CertificateKeyType from its string representation.CertificateKeyTypeCertificatePolicy. getKeyType()Get the key type.Methods in com.azure.security.keyvault.certificates.models that return types with arguments of type CertificateKeyType Modifier and Type Method Description static Collection<CertificateKeyType>CertificateKeyType. values()Methods in com.azure.security.keyvault.certificates.models with parameters of type CertificateKeyType Modifier and Type Method Description CertificatePolicyCertificatePolicy. setKeyType(CertificateKeyType keyType)Get the key type.
-