org.mozilla.jss.crypto
Class IVParameterSpec
java.lang.Object
org.mozilla.jss.crypto.IVParameterSpec
- AlgorithmParameterSpec
public class IVParameterSpec
extends java.lang.Object
implements AlgorithmParameterSpec
An algorithm parameter that consists of an initialization vector (IV).
byte[] | getIV() - Returns a reference to an internal copy of the initialization vector.
|
IVParameterSpec
public IVParameterSpec(byte[] iv)
getIV
public byte[] getIV()
Returns a reference to an internal copy of the initialization vector.