Class Algorithm

java.lang.Object
com.azure.core.util.ExpandableStringEnum<Algorithm>
com.azure.resourcemanager.cdn.models.Algorithm

public final class Algorithm extends com.azure.core.util.ExpandableStringEnum<Algorithm>
Algorithm to use for URL signing.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Algorithm
    Static value SHA256 for Algorithm.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static Algorithm
    Creates or finds a Algorithm from its string representation.
    Gets known Algorithm values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • SHA256

      public static final Algorithm SHA256
      Static value SHA256 for Algorithm.
  • Constructor Details

  • Method Details

    • fromString

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

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