| Package | Description |
|---|---|
| org.jasypt.encryption.pbe | |
| org.jasypt.encryption.pbe.config | |
| org.jasypt.salt |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardPBEByteEncryptor.setIvGenerator(IVGenerator ivGenerator)
Sets the IV generator to be used.
|
void |
StandardPBEStringEncryptor.setIVGenerator(IVGenerator ivGenerator)
Sets the salt generator to be used.
|
| Modifier and Type | Method and Description |
|---|---|
IVGenerator |
SimplePBEConfig.getIVGenerator() |
IVGenerator |
PBEConfig.getIVGenerator()
Returns a
IVGenerator implementation to be used by the
encryptor. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplePBEConfig.setIvGenerator(IVGenerator ivGenerator)
Sets the IV generator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpIVGenerator
SNoOp implementation of
IVGenerator, when you don't want to use an IV
for encryption. |
class |
RandomIVGenerator
This implementation of
IVGenerator holds a secure random
generator which can be used for generating random IVs for encryption
or digesting. |
class |
StringFixedIVGenerator
String based implementation of
IVGenerator, that will
always return the same IV. |
Copyright © 2018 The JASYPT team. All rights reserved.