com.digt.trusted.jce.spec
Class GOST3410PrivateKeySpec

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

public class GOST3410PrivateKeySpec
extends GOST3410KeySpec


Constructor Summary
GOST3410PrivateKeySpec(byte[] EncodedObject)
           
GOST3410PrivateKeySpec(java.lang.String x, GOST3410ParameterSpec spec)
           
GOST3410PrivateKeySpec(java.lang.String x, java.lang.String pincode, GOST3410ParameterSpec spec)
           
 
Method Summary
 java.lang.String getPinCode()
           
 java.lang.String getX()
          Returns the private value x.
 boolean isNeedPinCode()
           
 
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

GOST3410PrivateKeySpec

public GOST3410PrivateKeySpec(java.lang.String x,
                              GOST3410ParameterSpec spec)

GOST3410PrivateKeySpec

public GOST3410PrivateKeySpec(java.lang.String x,
                              java.lang.String pincode,
                              GOST3410ParameterSpec spec)

GOST3410PrivateKeySpec

public GOST3410PrivateKeySpec(byte[] EncodedObject)
Method Detail

getX

public java.lang.String getX()
Returns the private value x.

Returns:
the private value x

getPinCode

public java.lang.String getPinCode()

isNeedPinCode

public boolean isNeedPinCode()