Schnittstelle TlsInteractionResult


public interface TlsInteractionResult
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The interaction has failed, or was cancelled.
    static final int
    The interaction completed, and resulting data
    is available.
    static final int
    The interaction was unhandled (i.e. not
    implemented).
  • Felddetails

    • UNHANDLED

      static final int UNHANDLED
      The interaction was unhandled (i.e. not
      implemented).
      Siehe auch:
    • HANDLED

      static final int HANDLED
      The interaction completed, and resulting data
      is available.
      Siehe auch:
    • FAILED

      static final int FAILED
      The interaction has failed, or was cancelled.
      and the operation should be aborted.
      Siehe auch: