public class IVParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
| Constructor and Description |
|---|
IVParameterSpec(byte[] iv) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getIV()
Returns a reference to an internal copy of the initialization vector.
|