PBKDF2Impl

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun derive(pass: ByteArray, salt: ByteArray?, iterations: Int, digestParams: DigestParams): ByteArray
open override fun derive(pass: CharArray, salt: ByteArray?, iterations: Int, digestParams: DigestParams): ByteArray
Link copied to clipboard
fun DigestParams.toDigest(): Digest