IvParameterSpec

Class IvParameterSpec

All Implemented Interfaces:
AlgorithmParameterSpec
public class IvParameterSpec
extends Object
implements AlgorithmParameterSpec

This class specifies an initialization vector (IV). Examples which use IVs are ciphers in feedback mode, e.g., DES in CBC mode and RSA ciphers with OAEP encoding operation.

Since:
1.4

Constructors

IvParameterSpec

public IvParameterSpec(byte[] iv)

Creates an IvParameterSpec object using the bytes in iv as the IV.