public class

GOST3410ValidationParameters

extends Object
java.lang.Object
   ↳ org.bouncycastle.crypto.params.GOST3410ValidationParameters

Summary

Public Constructors
GOST3410ValidationParameters(int x0, int c)
GOST3410ValidationParameters(long x0L, long cL)
Public Methods
boolean equals(Object o)
int getC()
long getCL()
int getX0()
long getX0L()
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GOST3410ValidationParameters (int x0, int c)

public GOST3410ValidationParameters (long x0L, long cL)

Public Methods

public boolean equals (Object o)

public int getC ()

public long getCL ()

public int getX0 ()

public long getX0L ()

public int hashCode ()