com.digt.trusted.jce.spec
Class GOST3410PublicKeySpec

java.lang.Object
  extended by com.digt.trusted.jce.spec.GOST3410KeySpec
      extended by com.digt.trusted.jce.spec.GOST3410PublicKeySpec
All Implemented Interfaces:
java.security.spec.KeySpec

public class GOST3410PublicKeySpec
extends GOST3410KeySpec


Constructor Summary
GOST3410PublicKeySpec(byte[] y, GOST3410ParameterSpec spec)
           
 
Method Summary
 byte[] getY()
          Returns the public value y.
 
Methods inherited from class com.digt.trusted.jce.spec.GOST3410KeySpec
getParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GOST3410PublicKeySpec

public GOST3410PublicKeySpec(byte[] y,
                             GOST3410ParameterSpec spec)
Method Detail

getY

public byte[] getY()
Returns the public value y.

Returns:
the public value y