Class CertificateKeyType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<CertificateKeyType>
com.azure.security.keyvault.certificates.models.CertificateKeyType

public final class CertificateKeyType extends ExpandableStringEnum<CertificateKeyType>
Defines values for CertificateKeyType.
  • Field Details

    • EC

      public static final CertificateKeyType EC
      Static value EC for CertificateKeyType.
    • EC_HSM

      public static final CertificateKeyType EC_HSM
      Static value EC-HSM for CertificateKeyType.
    • RSA

      public static final CertificateKeyType RSA
      Static value RSA for CertificateKeyType.
    • RSA_HSM

      public static final CertificateKeyType RSA_HSM
      Static value RSA-HSM for CertificateKeyType.
  • Constructor Details

    • CertificateKeyType

      public CertificateKeyType()
  • Method Details

    • fromString

      public static CertificateKeyType fromString(String name)
      Creates or finds a CertificateKeyType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding CertificateKeyType.
    • values

      public static Collection<CertificateKeyType> values()
      Returns:
      known CertificateKeyType values.