kz.gamma.hardware.crypto.pcsc
Class ErrorId

java.lang.Object
  extended by kz.gamma.hardware.crypto.pcsc.ErrorId
Direct Known Subclasses:
GammaErrorId, KzTokenErrorId

public class ErrorId
extends java.lang.Object


Field Summary
static int ERROR_NOT_AUTHENTICATED
           
static int ERROR_PIN_IS_ALREADY_SET
           
static int ERROR_PIN_LIMIT_EXCEEDED
           
static int ERROR_TOKEN_NOT_INIT
           
static int NO_ERROR
           
 
Constructor Summary
ErrorId()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_ERROR

public static final int NO_ERROR
See Also:
Constant Field Values

ERROR_PIN_IS_ALREADY_SET

public static final int ERROR_PIN_IS_ALREADY_SET
See Also:
Constant Field Values

ERROR_TOKEN_NOT_INIT

public static final int ERROR_TOKEN_NOT_INIT
See Also:
Constant Field Values

ERROR_NOT_AUTHENTICATED

public static final int ERROR_NOT_AUTHENTICATED
See Also:
Constant Field Values

ERROR_PIN_LIMIT_EXCEEDED

public static final int ERROR_PIN_LIMIT_EXCEEDED
See Also:
Constant Field Values
Constructor Detail

ErrorId

public ErrorId()


Copyright © 2013 Gamma Technologies. All Rights Reserved.