public class CryptoPBKDF2KeyFactory extends Object implements EncryptionKeyFactory<ByteArray,DerivedKeyParams>
| Constructor and Description |
|---|
CryptoPBKDF2KeyFactory() |
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
newKey(DerivedKeyParams keyParams)
Creates a new key.
|
public ByteArray newKey(DerivedKeyParams keyParams)
EncryptionKeyFactorynewKey in interface EncryptionKeyFactory<ByteArray,DerivedKeyParams>keyParams - parameters for creation of keyCopyright © 2019. All rights reserved.