Interface AuthenticationParametersWithIV<T extends AuthenticationParametersWithIV>

    • Method Detail

      • withIV

        T withIV​(java.security.SecureRandom random,
                 int ivLen)
        Return an implementation of our parameterized type with an IV constructed from the passed in SecureRandom.
        Parameters:
        random - source of randomness for iv (nonce)
        ivLen - length of the iv (nonce) in bytes to use with the algorithm.