Package org.jasypt.iv


package org.jasypt.iv
  • Class
    Description
    Byte-array based implementation of FixedIvGenerator, that will always return the same initialization vector (IV).
    Marker interface for all implementations of IvGenerator that will always return the same IV (for the same amount of bytes asked).
    Common interface for all initialization vector (IV) generators which can be applied in encryption operations.
    This implementation of IvGenerator always returns a initialization vector (IV) of length 0.
    This implementation of IvGenerator holds a secure random generator which can be used for generating random initialization vectors (IV) for encryption.
    String based implementation of IvGenerator, that will always return the same initialization vector (IV).