Class CertificateKeyType


  • public final class CertificateKeyType
    extends com.azure.core.util.ExpandableStringEnum<CertificateKeyType>
    Defines values for CertificateKeyType.
    • Field Detail

      • 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 Detail

      • CertificateKeyType

        public CertificateKeyType()
    • Method Detail

      • 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.