Package org.bouncycastle.crypto.digests
Class Kangaroo.KangarooParameters.Builder
java.lang.Object
org.bouncycastle.crypto.digests.Kangaroo.KangarooParameters.Builder
- Enclosing class:
Kangaroo.KangarooParameters
Parameter Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the parameters.setPersonalisation
(byte[] pPersonal) Set the personalisation.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setPersonalisation
Set the personalisation.- Parameters:
pPersonal
- the personalisation- Returns:
- the Builder
-
build
Build the parameters.- Returns:
- the parameters
-