Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Provides support for building PBKDF2 key derivation contexts.

Extends

  • BaseCryptoClass

Constructors

new Pbkdf2ContextBuilder()

new Pbkdf2ContextBuilder(): Pbkdf2ContextBuilder

Returns

Pbkdf2ContextBuilder

Methods

buildKeyDerivationContext()

buildKeyDerivationContext(key: SymmetricKey): KeyDerivationContext Build a context for deriving bits using PBKDF2.

Parameters

key
SymmetricKey The key to use as the password. KeyDerivationContext The PBKDF2 key derivation context object.

Returns

KeyDerivationContext
Last modified on July 22, 2026