org.bouncycastle.crypto.params

Class GOST3410ValidationParameters


public class GOST3410ValidationParameters
extends java.lang.Object

Constructor Summary

GOST3410ValidationParameters(int x0, int c)
GOST3410ValidationParameters(long x0L, long cL)

Method Summary

boolean
equals(Object o)
int
getC()
long
getCL()
int
getX0()
long
getX0L()

Constructor Details

GOST3410ValidationParameters

public GOST3410ValidationParameters(int x0,
                                    int c)

GOST3410ValidationParameters

public GOST3410ValidationParameters(long x0L,
                                    long cL)

Method Details

equals

public boolean equals(Object o)

getC

public int getC()

getCL

public long getCL()

getX0

public int getX0()

getX0L

public long getX0L()