public final class ControlFactory extends Object
Modifier and Type | Method and Description |
---|---|
static ResponseControl |
createResponseControl(String oid,
boolean critical,
byte[] encoded)
Creates a response control from the supplied control data.
|
public static ResponseControl createResponseControl(String oid, boolean critical, byte[] encoded)
oid
- of the controlcritical
- whether the control is criticalencoded
- BER encoding of the controlCopyright © 2019. All rights reserved.