Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.digests
Class Kangaroo.KangarooParameters

java.lang.Object
  |
  +--org.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.


Inner Class Summary
static class Kangaroo.KangarooParameters.Builder
          Parameter Builder.
 
Constructor Summary
Kangaroo.KangarooParameters()
           
 
Method Summary
 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

Bouncy Castle Cryptography Library 1.77.0