public class IvGenParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
IvParameterGenerator.IvParameterGenerator| Constructor and Description |
|---|
IvGenParameterSpec(int ivLength)
Creates a IvGenParamerterSpec for the given iv length.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIvLength()
Returns the length of the iv in bytes.
|