Uses of Enum Class
org.frankframework.extensions.akamai.NetStorageUtils.KeyedHashAlgorithm
Packages that use NetStorageUtils.KeyedHashAlgorithm
-
Uses of NetStorageUtils.KeyedHashAlgorithm in org.frankframework.extensions.akamai
Methods in org.frankframework.extensions.akamai that return NetStorageUtils.KeyedHashAlgorithmModifier and TypeMethodDescriptionNetStorageCmsSigner.SignType.getAlgorithm()
Returns the enum constant of this class with the specified name.static NetStorageUtils.KeyedHashAlgorithm[]
NetStorageUtils.KeyedHashAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.extensions.akamai with parameters of type NetStorageUtils.KeyedHashAlgorithmModifier and TypeMethodDescriptionstatic byte[]
NetStorageUtils.computeKeyedHash
(byte[] data, String key, NetStorageUtils.KeyedHashAlgorithm hashType) Computes the HMAC hash of a given byte[].