R - The type of extended result decoded by this extended result decoder.public interface ExtendedResultDecoder<R extends ExtendedResult>
| Modifier and Type | Method and Description |
|---|---|
R |
decodeControl(ExtendedResult control)
Decodes the provided control as a
Control of type R. |
java.lang.String |
getOID()
Returns the numeric OID associated with this control decoder.
|
R decodeControl(ExtendedResult control) throws PluginException
Control of type R.control - The control to be decoded.PluginException - If the control contained the wrong OID, it did not have a value,
or if its value could not be decoded.java.lang.String getOID()