Enum Class NetStorageCmsSigner.SignType

java.lang.Object
java.lang.Enum<NetStorageCmsSigner.SignType>
org.frankframework.extensions.akamai.NetStorageCmsSigner.SignType
All Implemented Interfaces:
Serializable, Comparable<NetStorageCmsSigner.SignType>, Constable
Enclosing class:
NetStorageCmsSigner

public static enum NetStorageCmsSigner.SignType extends Enum<NetStorageCmsSigner.SignType>
Currently only 3 signing hash types are supported. Each are indicated with a version. They are: Hmac-MD5 = v3 Hmac-SHA1 = v4 Hmac-SHA256 = v5

(don't ask what v1 and v2 were. You don't want to know. It will make you cry.)

  • Enum Constant Details

  • Method Details

    • values

      public static NetStorageCmsSigner.SignType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static NetStorageCmsSigner.SignType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
    • getAlgorithm

      public NetStorageUtils.KeyedHashAlgorithm getAlgorithm()