Interface TlsInteractionResult


public interface TlsInteractionResult
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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).
  • Field Details

    • UNHANDLED

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

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

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