Package org.frankframework.extensions.akamai
package org.frankframework.extensions.akamai
-
ClassDescriptionAn enum of the hash algorithms.The NetStorageCMSv35Signer is responsible for brokering the communication between the software layer and the API.Currently only 3 signing hash types are supported.Translates the request, adds required headers per action, creates a hash and signs the message.Sender for Akamai NetStorage (HTTP based).General utility functions needed to implement the HTTP SDK.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 javaMac.getInstance(String)
cononical names.