public interface SaslWrapper
Modifier and Type | Field and Description |
---|---|
static SaslWrapper |
IDENTITY
The identity wrapper which simply returns the same data that was passed in.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
unwrap(byte[] incoming,
int offset,
int len) |
byte[] |
wrap(byte[] outgoing,
int offset,
int len) |
static final SaslWrapper IDENTITY
byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException
SaslException
byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException
SaslException
Copyright © 2020 JBoss by Red Hat. All rights reserved.