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.
|
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-2012 Apache Software Foundation. All Rights Reserved.