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
SaslException
byte[] unwrap(byte[] data, int offset, int len) throws SaslException
SaslException
Copyright © 1970 The Apache Software Foundation. All rights reserved.