com.digt.trusted.jce.spec
Class GOST3410PrivateKeySpec
java.lang.Object
com.digt.trusted.jce.spec.GOST3410KeySpec
com.digt.trusted.jce.spec.GOST3410PrivateKeySpec
- All Implemented Interfaces:
- java.security.spec.KeySpec
public class GOST3410PrivateKeySpec
- extends GOST3410KeySpec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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()