Schnittstelle TlsPasswordFlags


public interface TlsPasswordFlags
  • Feldübersicht Linksymbol

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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.
  • Felddetails Linksymbol

    • NONE Linksymbol

      static final int NONE
      No flags
      Siehe auch:
    • RETRY Linksymbol

      static final int RETRY
      The password was wrong, and the user should retry.
      Siehe auch:
    • MANY_TRIES Linksymbol

      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.
      Siehe auch:
    • FINAL_TRY Linksymbol

      static final int FINAL_TRY
      Hint to the user that this is the last try to get
      this password right.
      Siehe auch:
    • PKCS11_USER Linksymbol

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

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

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