Enum Class NetStorageUtils.KeyedHashAlgorithm

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

public static enum NetStorageUtils.KeyedHashAlgorithm extends Enum<NetStorageUtils.KeyedHashAlgorithm>
An enum of the keyed-hash algorithms supported by NetStorageUtils.computeKeyedHash(byte[], String, NetStorageUtils.KeyedHashAlgorithm) Currently supported hashes include HMAC-MD5; HMAC-SHA1; HMAC-SHA256 The string representation matches the java Mac.getInstance(String) cononical names.