Uses of Interface
org.jasypt.iv.IvGenerator
Packages that use IvGenerator
-
Uses of IvGenerator in org.jasypt.encryption.pbe
Fields in org.jasypt.encryption.pbe declared as IvGeneratorMethods in org.jasypt.encryption.pbe with parameters of type IvGeneratorModifier and TypeMethodDescriptionvoid
PooledPBEBigDecimalEncryptor.setIvGenerator
(IvGenerator ivGenerator) Sets the IV generator to be used.void
PooledPBEBigIntegerEncryptor.setIvGenerator
(IvGenerator ivGenerator) Sets the IV generator to be used.void
PooledPBEByteEncryptor.setIvGenerator
(IvGenerator ivGenerator) Sets the IV generator to be used.void
PooledPBEStringEncryptor.setIvGenerator
(IvGenerator ivGenerator) Sets the IV generator to be used.void
StandardPBEBigDecimalEncryptor.setIvGenerator
(IvGenerator ivGenerator) Sets the IV generator to be used.void
StandardPBEBigIntegerEncryptor.setIvGenerator
(IvGenerator ivGenerator) Sets the IV generator to be used.void
StandardPBEByteEncryptor.setIvGenerator
(IvGenerator ivGenerator) Sets the IV generator to be used.void
StandardPBEStringEncryptor.setIvGenerator
(IvGenerator ivGenerator) Sets the IV generator to be used. -
Uses of IvGenerator in org.jasypt.encryption.pbe.config
Fields in org.jasypt.encryption.pbe.config declared as IvGeneratorMethods in org.jasypt.encryption.pbe.config that return IvGeneratorModifier and TypeMethodDescriptionPBEConfig.getIvGenerator()
Returns aIvGenerator
implementation to be used by the encryptor.SimplePBEConfig.getIvGenerator()
Methods in org.jasypt.encryption.pbe.config with parameters of type IvGeneratorModifier and TypeMethodDescriptionvoid
EnvironmentPBEConfig.setIvGenerator
(IvGenerator ivGenerator) void
SimplePBEConfig.setIvGenerator
(IvGenerator ivGenerator) Sets the IV generator. -
Uses of IvGenerator in org.jasypt.iv
Subinterfaces of IvGenerator in org.jasypt.ivModifier and TypeInterfaceDescriptioninterface
Marker interface for all implementations ofIvGenerator
that will always return the same IV (for the same amount of bytes asked).Classes in org.jasypt.iv that implement IvGeneratorModifier and TypeClassDescriptionclass
Byte-array based implementation ofFixedIvGenerator
, that will always return the same initialization vector (IV).class
This implementation ofIvGenerator
always returns a initialization vector (IV) of length 0.class
This implementation ofIvGenerator
holds a secure random generator which can be used for generating random initialization vectors (IV) for encryption.class
String based implementation ofIvGenerator
, that will always return the same initialization vector (IV).