Class KeyCurveName


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

      • P_256

        public static final KeyCurveName P_256
        Static value P-256 for KeyCurveName.
      • P_384

        public static final KeyCurveName P_384
        Static value P-384 for KeyCurveName.
      • P_521

        public static final KeyCurveName P_521
        Static value P-521 for KeyCurveName.
      • P_256K

        public static final KeyCurveName P_256K
        Static value P-256K for KeyCurve.
    • Constructor Detail

      • KeyCurveName

        public KeyCurveName()
    • Method Detail

      • fromString

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