public interface SaslCodec
| Modifier and Type | Method and Description |
|---|---|
byte[] |
unwrap(byte[] data,
int offset,
int len)
Decrypt data.
|
byte[] |
wrap(byte[] data,
int offset,
int len)
Encrypt data.
|
byte[] wrap(byte[] data,
int offset,
int len)
throws SaslException
SaslExceptionbyte[] unwrap(byte[] data,
int offset,
int len)
throws SaslException
SaslExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.