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
|
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.
|
public 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–2015 The Apache Software Foundation. All rights reserved.