org.bouncycastle.crypto.params
Class GOST3410PublicKeyParameters

java.lang.Object
  extended by org.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended by org.bouncycastle.crypto.params.GOST3410KeyParameters
          extended by org.bouncycastle.crypto.params.GOST3410PublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class GOST3410PublicKeyParameters
extends GOST3410KeyParameters


Field Summary
private  java.math.BigInteger y
           
 
Fields inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
privateKey
 
Constructor Summary
GOST3410PublicKeyParameters(java.math.BigInteger y, GOST3410Parameters params)
           
 
Method Summary
 java.math.BigInteger getY()
           
 
Methods inherited from class org.bouncycastle.crypto.params.GOST3410KeyParameters
getParameters
 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

y

private java.math.BigInteger y
Constructor Detail

GOST3410PublicKeyParameters

public GOST3410PublicKeyParameters(java.math.BigInteger y,
                                   GOST3410Parameters params)
Method Detail

getY

public java.math.BigInteger getY()