org.mozilla.jss.crypto

Class IVParameterSpec

Implemented Interfaces:
AlgorithmParameterSpec

public class IVParameterSpec
extends java.lang.Object
implements AlgorithmParameterSpec

An algorithm parameter that consists of an initialization vector (IV).

Constructor Summary

IVParameterSpec(byte[] iv)

Method Summary

byte[]
getIV()
Returns a reference to an internal copy of the initialization vector.

Constructor Details

IVParameterSpec

public IVParameterSpec(byte[] iv)

Method Details

getIV

public byte[] getIV()
Returns a reference to an internal copy of the initialization vector.