com.digt.trusted.crypto.params
Class GOST3410PrivateKeyParameters
java.lang.Object
com.digt.trusted.crypto.params.AsymmetricKeyParameter
com.digt.trusted.crypto.params.GOST3410KeyParameters
com.digt.trusted.crypto.params.GOST3410PrivateKeyParameters
- All Implemented Interfaces:
- CipherParameters
public class GOST3410PrivateKeyParameters
- extends GOST3410KeyParameters
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GOST3410PrivateKeyParameters
public GOST3410PrivateKeyParameters(java.lang.String x,
GOST3410Parameters params)
GOST3410PrivateKeyParameters
public GOST3410PrivateKeyParameters(java.lang.String x,
java.lang.String pincode,
GOST3410Parameters params)
getX
public java.lang.String getX()
getPinCode
public java.lang.String getPinCode()
isNeedPinCode
public boolean isNeedPinCode()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class GOST3410KeyParameters