Package org.bouncycastle.crypto.digests
Class Kangaroo.KangarooParameters.Builder
- java.lang.Object
-
- org.bouncycastle.crypto.digests.Kangaroo.KangarooParameters.Builder
-
- Enclosing class:
- Kangaroo.KangarooParameters
public static class Kangaroo.KangarooParameters.Builder extends java.lang.Object
Parameter Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Kangaroo.KangarooParameters
build()
Build the parameters.Kangaroo.KangarooParameters.Builder
setPersonalisation(byte[] pPersonal)
Set the personalisation.
-
-
-
Method Detail
-
setPersonalisation
public Kangaroo.KangarooParameters.Builder setPersonalisation(byte[] pPersonal)
Set the personalisation.- Parameters:
pPersonal
- the personalisation- Returns:
- the Builder
-
build
public Kangaroo.KangarooParameters build()
Build the parameters.- Returns:
- the parameters
-
-