Bouncy Castle Cryptography Library 1.69

org.bouncycastle.crypto.digests
Class Kangaroo.KangarooParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.digests.Kangaroo.KangarooParameters
All Implemented Interfaces:
CipherParameters
Enclosing class:
Kangaroo

public static class Kangaroo.KangarooParameters
extends java.lang.Object
implements CipherParameters

Kangaroo Parameters.


Nested Class Summary
static class Kangaroo.KangarooParameters.Builder
          Parameter Builder.
 
Constructor Summary
Kangaroo.KangarooParameters()
           
 
Method Summary
 long getMaxOutputLength()
          Obtain the maximum output length.
 byte[] getPersonalisation()
          Obtain the personalisation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Kangaroo.KangarooParameters

public Kangaroo.KangarooParameters()
Method Detail

getPersonalisation

public byte[] getPersonalisation()
Obtain the personalisation.

Returns:
the personalisation

getMaxOutputLength

public long getMaxOutputLength()
Obtain the maximum output length.

Returns:
the output length

Bouncy Castle Cryptography Library 1.69