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