Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto.engines
Class RomulusEngine.RomulusParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.engines.RomulusEngine.RomulusParameters
Enclosing class:
RomulusEngine

public static class RomulusEngine.RomulusParameters
extends java.lang.Object


Field Summary
static int ROMULUS_M
           
static int ROMULUS_N
           
static int ROMULUS_T
           
static RomulusEngine.RomulusParameters RomulusM
           
static RomulusEngine.RomulusParameters RomulusN
           
static RomulusEngine.RomulusParameters RomulusT
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROMULUS_M

public static final int ROMULUS_M
See Also:
Constant Field Values

ROMULUS_N

public static final int ROMULUS_N
See Also:
Constant Field Values

ROMULUS_T

public static final int ROMULUS_T
See Also:
Constant Field Values

RomulusM

public static final RomulusEngine.RomulusParameters RomulusM

RomulusN

public static final RomulusEngine.RomulusParameters RomulusN

RomulusT

public static final RomulusEngine.RomulusParameters RomulusT

Bouncy Castle Cryptography Library 1.81