BaseHkdf

abstract class BaseHkdf(provider: CryptographyProvider) : HKDF(source)

Constructors

Link copied to clipboard
constructor(provider: CryptographyProvider)

Properties

Link copied to clipboard
open override val id: CryptographyAlgorithmId<HKDF>

Functions

Link copied to clipboard
open fun secretDerivation(digest: CryptographyAlgorithmId<Digest>, outputSize: BinarySize, salt: ByteString?, info: ByteString?): SecretDerivation
open override fun secretDerivation(digest: CryptographyAlgorithmId<Digest>, outputSize: BinarySize, salt: ByteArray?, info: ByteArray?): SecretDerivation