Interface SaslWrapper

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static SaslWrapper IDENTITY
      The identity wrapper which simply returns the same data that was passed in.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] unwrap​(byte[] incoming, int offset, int len)  
      byte[] wrap​(byte[] outgoing, int offset, int len)  
    • Field Detail

      • IDENTITY

        static final SaslWrapper IDENTITY
        The identity wrapper which simply returns the same data that was passed in. If the data is of a different size then a copy is made.