Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun generateKey(keyLength: Int): SecretKey
Link copied to clipboard
Link copied to clipboard
fun getKeyFromPassword(algorithm: String = DEFAULT_KEY_ALGORITHM, password: String, salt: String, iterations: Int = 65536, keyLength: Int = 256): SecretKey