Union type representing key derivation parameters.
Use the method() function to get the derivation method, and lock()/unlock() for key operations.
method()
lock()
unlock()
HKDF.
The HKDF parameters.
PBKDF2.
The PBKDF2 parameters.
scrypt.
The scrypt parameters.
Argon2id.
The Argon2id parameters.
SSH agent.
The SSH-agent parameters.
Union type representing key derivation parameters.
Use the
method()function to get the derivation method, andlock()/unlock()for key operations.