Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto.digests
Class Kangaroo.KangarooParameters.Builder

java.lang.Object
  extended byorg.bouncycastle.crypto.digests.Kangaroo.KangarooParameters.Builder
Enclosing class:
Kangaroo.KangarooParameters

public static class Kangaroo.KangarooParameters.Builder
extends java.lang.Object

Parameter Builder.


Constructor Summary
Kangaroo.KangarooParameters.Builder()
           
 
Method Summary
 Kangaroo.KangarooParameters build()
          Build the parameters.
 Kangaroo.KangarooParameters.Builder setPersonalisation(byte[] pPersonal)
          Set the personalisation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Kangaroo.KangarooParameters.Builder

public Kangaroo.KangarooParameters.Builder()
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

Bouncy Castle Cryptography Library 1.81