public interface SaslWrapper
Modifier and Type | Method and Description |
---|---|
byte[] |
unwrap(byte[] incoming,
int offset,
int len) |
byte[] |
wrap(byte[] outgoing,
int offset,
int len) |
byte[] wrap(byte[] outgoing, int offset, int len) throws SaslException
SaslException
byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException
SaslException
Copyright © 2016 JBoss by Red Hat. All rights reserved.