public final class ControlFactory extends Object
Modifier and Type | Field and Description |
---|---|
private static Logger |
LOGGER
Logger for this class.
|
Modifier | Constructor and Description |
---|---|
private |
ControlFactory()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
static ResponseControl |
createResponseControl(String oid,
boolean critical,
byte[] encoded)
Creates a response control from the supplied control data.
|
private static final Logger LOGGER
public static ResponseControl createResponseControl(String oid, boolean critical, byte[] encoded)
oid
- of the controlcritical
- whether the control is criticalencoded
- BER encoding of the controlCopyright © 2003-2019 Virginia Tech. All Rights Reserved.