com.digt.trusted.crypto.params
Class GOST3410PublicKeyParameters

java.lang.Object
  extended by com.digt.trusted.crypto.params.AsymmetricKeyParameter
      extended by com.digt.trusted.crypto.params.GOST3410KeyParameters
          extended by com.digt.trusted.crypto.params.GOST3410PublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class GOST3410PublicKeyParameters
extends GOST3410KeyParameters


Constructor Summary
GOST3410PublicKeyParameters(byte[] y, GOST3410Parameters params)
           
 
Method Summary
 byte[] getY()
           
 
Methods inherited from class com.digt.trusted.crypto.params.GOST3410KeyParameters
equals, getParameters
 
Methods inherited from class com.digt.trusted.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GOST3410PublicKeyParameters

public GOST3410PublicKeyParameters(byte[] y,
                                   GOST3410Parameters params)
Method Detail

getY

public byte[] getY()