public interface KeyDerivationFunction
| Modifier and Type | Method and Description |
|---|---|
VariantDictionary |
createKdfParameters()
Create default KDF parameters
|
UUID |
getKdfUuid()
The UUID of this key derivation function
|
String |
getName()
Get a name
|
byte[] |
getTransformedKey(byte[] key,
VariantDictionary transformParams)
Transform a key using this key derivation function
|
UUID getKdfUuid()
byte[] getTransformedKey(byte[] key,
VariantDictionary transformParams)
key - the key to transformtransformParams - the parameters defining the way the transformation is to be carried outVariantDictionary createKdfParameters()
String getName()
Copyright © 2025. All rights reserved.