Interface TlsPasswordFlags


public interface TlsPasswordFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 flags
    static 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 NONE
      No flags
      See Also:
    • RETRY

      static final int RETRY
      The password was wrong, and the user should retry.
      See Also:
    • MANY_TRIES

      static final int MANY_TRIES
      Hint 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_TRY
      Hint to the user that this is the last try to get
      this password right.
      See Also:
    • PKCS11_USER

      static final int PKCS11_USER
      For PKCS #11, the user PIN is required.
      Since: 2.70.
      See Also:
    • PKCS11_SECURITY_OFFICER

      static final int PKCS11_SECURITY_OFFICER
      For PKCS #11, the security officer
      PIN is required. Since: 2.70.
      See Also:
    • PKCS11_CONTEXT_SPECIFIC

      static final int PKCS11_CONTEXT_SPECIFIC
      For PKCS #11, the context-specific
      PIN is required. Since: 2.70.
      See Also: