Class | Description |
---|---|
NetStorageCmsSigner |
The NetStorageCMSv35Signer is responsible for brokering the communication between the software layer and the API.
|
NetStorageRequest | |
NetStorageSender |
Sender for Akamai NetStorage (HTTP based).
|
NetStorageUtils |
General utility functions needed to implement the HTTP SDK.
|
Enum | Description |
---|---|
HashAlgorithm |
An enum of the hash algorithms.
|
NetStorageCmsSigner.SignType |
Currently only 3 signing hash types are supported.
|
NetStorageSender.Action | |
NetStorageUtils.KeyedHashAlgorithm |
An enum of the keyed-hash algorithms supported by
NetStorageUtils.computeKeyedHash(byte[], String, nl.nn.adapterframework.extensions.akamai.NetStorageUtils.KeyedHashAlgorithm)
Currently supported hashes include HMAC-MD5; HMAC-SHA1; HMAC-SHA256
The string representation matches the java Mac.getInstance(String) } cononical names. |
Copyright © 2023 Frank!Framework. All rights reserved.