public class KeyParameters extends Object
Modifier | Constructor and Description |
---|---|
protected |
KeyParameters()
Create an empty
KeyParameters . |
protected |
KeyParameters(KeyLength keyLength)
Create a
KeyParameters with the specified key length. |
Modifier and Type | Method and Description |
---|---|
Integer |
getKeyLength()
Get the value of the key length parameter.
|
protected final KeyLength keyLength
protected KeyParameters()
KeyParameters
.protected KeyParameters(KeyLength keyLength)
KeyParameters
with the specified key length.keyLength
- the length of the key to generatepublic Integer getKeyLength()