Interface SaslCodec


public interface SaslCodec
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    unwrap(byte[] data, int offset, int len)
    Decrypt data.
    byte[]
    wrap(byte[] data, int offset, int len)
    Encrypt data.