public class ApOptions extends Options
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_VALUE
AP Request option - maximum value
|
static int |
MUTUAL_REQUIRED
AP Request option - mutual authentication required
|
static int |
RESERVED
AP Request option - reserved
|
static int |
USE_SESSION_KEY
AP Request option - use session key
|
MAX_SIZE, value| Constructor and Description |
|---|
ApOptions()
Creates a new instance of ApOptions.
|
ApOptions(byte[] options)
Creates a new instance of ApOptions.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Converts the object to a printable string.
|
clear, get, getBytes, match, set, setBytesclearFlag, clearFlag, equals, getIntValue, hashCode, isFlagSet, isFlagSet, isFlagSet, setData, setFlag, setFlagpublic static final int RESERVED
public static final int USE_SESSION_KEY
public static final int MUTUAL_REQUIRED
public static final int MAX_VALUE
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.