org.bouncycastle.crypto.params

Class GOST3410PrivateKeyParameters

Implemented Interfaces:
CipherParameters

public class GOST3410PrivateKeyParameters
extends GOST3410KeyParameters

Constructor Summary

GOST3410PrivateKeyParameters(BigInteger x, GOST3410Parameters params)

Method Summary

BigInteger
getX()

Methods inherited from class org.bouncycastle.crypto.params.GOST3410KeyParameters

getParameters

Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter

isPrivate

Constructor Details

GOST3410PrivateKeyParameters

public GOST3410PrivateKeyParameters(BigInteger x,
                                    GOST3410Parameters params)

Method Details

getX

public BigInteger getX()