Uses of Enum Class
org.frankframework.extensions.akamai.HashAlgorithm
Packages that use HashAlgorithm
-
Uses of HashAlgorithm in org.frankframework.extensions.akamai
Methods in org.frankframework.extensions.akamai that return HashAlgorithmModifier and TypeMethodDescriptionstatic HashAlgorithm
Returns the enum constant of this class with the specified name.static HashAlgorithm[]
HashAlgorithm.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 HashAlgorithmModifier and TypeMethodDescriptionvoid
NetStorageSender.setHashAlgorithm
(HashAlgorithm hashAlgorithm) Only works in combination with the UPLOAD action.