| Package | Description |
|---|---|
| nl.teslanet.mule.connectors.coap.api.config.security | |
| nl.teslanet.mule.connectors.coap.internal.utils |
| Modifier and Type | Field and Description |
|---|---|
HashAlgorithmName |
SignatureAlgorithm.hashAlgorithm
The hash algorithm to use.
|
| Modifier and Type | Method and Description |
|---|---|
static HashAlgorithmName |
HashAlgorithmName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashAlgorithmName[] |
HashAlgorithmName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SignatureAlgorithm(HashAlgorithmName hashAlgorithm,
SignatureAlgorithmName algorithm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithm |
SecurityUtils.toCfSignatureAndHashAlgoritm(HashAlgorithmName hashAlgorithm,
SignatureAlgorithmName signatureAlgorithm)
Convert signature and hash algorithm to Cf algorithm
|
Copyright © 2019–2024 Teslanet.nl. All rights reserved.