SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

Cryptokeymanager Configuration

The component accepts one or more of the following configuration settings. Configuration settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the component, access to these internal properties is provided through the Config method.

CryptoKeyManager Configuration Settings

Argon2MemoryCost:   Sets the memory cost parameter of Argon2 key derivation algorithm.

Use this property to specify the memory cost parameter of Argon2 algorithm. The default value is 1048576.

Argon2Parallelism:   Sets the parallelism parameter of Argon2 key derivation algorithm.

Use this property to specify the parallelism parameter of Argon2 algorithm. The default value is 2.

Curve:   The name of the curve of the newly added elliptic cryptography (EC) key.

This property specifies the name of the curve the EC key is built on.

DerivationAlgorithm:   The algorithm to use for key derivation.

This property specifies the key derivation algorithm to use.

The following values are supported: PKCS5 (the default setting), BCrypt, SCrypt, Argon2, Argon2i, Argon2d.

DeriveIterations:   The number of iterations to use as part of key derivation routine.

Use this property to adjust the number of hash algorithm iterations to employ as part of key derivation function.

HMACAlgorithm:   Specifies the HMAC algorithm to use with the key derivation algorithm.

This property specifies the HMAC algorithm to use with the chosen key derivation algorithm.

Use normal hash algorithm constants with this property: SHA1, SHA224, SHA256, SHA384, SHA512, RIPEMD.

TempPath:   Path for storing temporary files.

This setting specifies an absolute path to the location on disk where temporary files are stored. Path for storing temporary files.

This setting specifies an absolute path to the location on disk where temporary files are stored.

TempPath:   Path for storing temporary files.

This setting specifies an absolute path to the location on disk where temporary files are stored. Path for storing temporary files.

This setting specifies an absolute path to the location on disk where temporary files are stored.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Kotlin Edition - Version 20.0 [Build 8063]