org.mozilla.jss.crypto
public class IVParameterSpec extends Object implements AlgorithmParameterSpec
Constructor Summary | |
---|---|
IVParameterSpec(byte[] iv) |
Method Summary | |
---|---|
byte[] | getIV()
Returns a reference to an internal copy of the initialization vector. |