Uses of Class
com.azure.security.keyvault.certificates.models.CertificateKeyType
Packages that use CertificateKeyType
Package
Description
Package containing the data models for CertificateClient.
-
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.ECElliptic Curve.static final CertificateKeyTypeCertificateKeyType.EC_HSMElliptic Curve with a private key which is stored in the HSM.static final CertificateKeyTypeCertificateKeyType.RSARSA (https://tools.ietf.org/html/rfc3447).static final CertificateKeyTypeCertificateKeyType.RSA_HSMRSA with a private key which is stored in the HSM.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()Gets known CertificateKeyType values.Methods in com.azure.security.keyvault.certificates.models with parameters of type CertificateKeyTypeModifier and TypeMethodDescriptionCertificatePolicy.setKeyType(CertificateKeyType keyType) Get the key type.