Package ch.bailu.gtk.gio
Interface TlsPasswordFlags
public interface TlsPasswordFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Hint to the user that this is the last try to get
this password right.static final int
Hint to the user that the password has been
wrong many times, and the user may not have many chances left.static final int
No flagsstatic final int
For PKCS #11, the context-specific
PIN is required.static final int
For PKCS #11, the security officer
PIN is required.static final int
For PKCS #11, the user PIN is required.static final int
The password was wrong, and the user should retry.
-
Field Details
-
NONE
static final int NONENo flags- See Also:
-
RETRY
static final int RETRYThe password was wrong, and the user should retry.- See Also:
-
MANY_TRIES
static final int MANY_TRIESHint to the user that the password has been
wrong many times, and the user may not have many chances left.- See Also:
-
FINAL_TRY
static final int FINAL_TRYHint to the user that this is the last try to get
this password right.- See Also:
-
PKCS11_USER
static final int PKCS11_USERFor PKCS #11, the user PIN is required.
Since: 2.70.- See Also:
-
PKCS11_SECURITY_OFFICER
static final int PKCS11_SECURITY_OFFICERFor PKCS #11, the security officer
PIN is required. Since: 2.70.- See Also:
-
PKCS11_CONTEXT_SPECIFIC
static final int PKCS11_CONTEXT_SPECIFICFor PKCS #11, the context-specific
PIN is required. Since: 2.70.- See Also:
-