public static class Kangaroo.KangarooParameters.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Kangaroo.KangarooParameters |
build()
Build the parameters.
|
Kangaroo.KangarooParameters.Builder |
setMaxOutputLen(long pMaxOutLen)
Set the maximum output length.
|
Kangaroo.KangarooParameters.Builder |
setPersonalisation(byte[] pPersonal)
Set the personalisation.
|
public Kangaroo.KangarooParameters.Builder setPersonalisation(byte[] pPersonal)
pPersonal - the personalisationpublic Kangaroo.KangarooParameters.Builder setMaxOutputLen(long pMaxOutLen)
pMaxOutLen - the maximum output lengthpublic Kangaroo.KangarooParameters build()