interface SecurityCtx
| Modifier and Type | Method and Description |
|---|---|
byte[] |
unwrap(byte[] outgoing,
int start,
int len)
Unwrap incoming message and return original message
|
byte[] |
wrap(byte[] dest,
int start,
int len)
Wrap out-going message and return wrapped message
|
byte[] wrap(byte[] dest,
int start,
int len)
throws javax.security.sasl.SaslException
javax.security.sasl.SaslExceptionbyte[] unwrap(byte[] outgoing,
int start,
int len)
throws javax.security.sasl.SaslException
javax.security.sasl.SaslException