| Package | Description |
|---|---|
| cz.d1x.dxcrypto.encryption | |
| cz.d1x.dxcrypto.encryption.crypto |
| Modifier and Type | Method and Description |
|---|---|
EncryptionKeyFactory<ByteArray,DerivedKeyParams> |
EncryptionFactories.derivedKeyFactory()
Creates a new key factory for derived keys (typically by hash function).
|
| Modifier and Type | Method and Description |
|---|---|
SymmetricAlgorithmBuilder |
SymmetricAlgorithmBuilder.keyFactory(EncryptionKeyFactory<ByteArray,DerivedKeyParams> keyFactory)
Sets a custom key factory.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionKeyFactory<ByteArray,DerivedKeyParams> |
CryptoFactories.derivedKeyFactory() |
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
CryptoPBKDF2KeyFactory.newKey(DerivedKeyParams keyParams) |
Copyright © 2019. All rights reserved.