com.digt.trusted.crypto.params
Class GOST3410ELPrivateKeyParameters
java.lang.Object
com.digt.trusted.crypto.params.AsymmetricKeyParameter
com.digt.trusted.crypto.params.GOST3410KeyParameters
com.digt.trusted.crypto.params.GOST3410ELPrivateKeyParameters
- All Implemented Interfaces:
- CipherParameters
public class GOST3410ELPrivateKeyParameters
- extends GOST3410KeyParameters
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GOST3410ELPrivateKeyParameters
public GOST3410ELPrivateKeyParameters(java.lang.String x,
GOST3410Parameters params)
GOST3410ELPrivateKeyParameters
public GOST3410ELPrivateKeyParameters(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