kiosk-ops-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
kiosk-ops-sdk
kiosk-ops-sdk
/
com.sarastarquant.kioskops.sdk.crypto
/
KeyDerivationConfig
/
KeyDerivationConfig
Key
Derivation
Config
constructor
(
algorithm
:
String
=
"PBKDF2WithHmacSHA256"
,
iterationCount
:
Int
,
saltLengthBytes
:
Int
=
32
,
keyLengthBits
:
Int
=
256
)