com.digt.trusted.jce.spec
Class GOST3410KeySpec

java.lang.Object
  extended by com.digt.trusted.jce.spec.GOST3410KeySpec
All Implemented Interfaces:
java.security.spec.KeySpec
Direct Known Subclasses:
GOST3410PrivateKeySpec, GOST3410PublicKeySpec

public class GOST3410KeySpec
extends java.lang.Object
implements java.security.spec.KeySpec


Constructor Summary
protected GOST3410KeySpec(GOST3410ParameterSpec spec)
           
 
Method Summary
 GOST3410ParameterSpec getParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GOST3410KeySpec

protected GOST3410KeySpec(GOST3410ParameterSpec spec)
Method Detail

getParams

public GOST3410ParameterSpec getParams()