Pbkdf2ContextBuilder
Provides support for building PBKDF2 key derivation contexts.
Extends
BaseCryptoClass
Constructors
new Pbkdf2ContextBuilder()
new Pbkdf2ContextBuilder(): Pbkdf2ContextBuilder
Returns
Methods
buildKeyDerivationContext()
buildKeyDerivationContext(key: SymmetricKey): KeyDerivationContext
Build a context for deriving bits using PBKDF2.
Parameters
key
The key to use as the password. KeyDerivationContext The PBKDF2 key derivation context object.
Returns
Last updated: Jul 22, 2026

