public class SyncRequestValueControlDecoder extends Asn1Decoder implements ControlDecoder
| Constructor and Description |
|---|
SyncRequestValueControlDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
decode(byte[] controlBytes,
Control control)
Decode the syncRequestValue control
|
allowIndefiniteLength, decode, disallowIndefiniteLength, getMaxLengthLength, getMaxTagLength, isIndefiniteLengthAllowed, setMaxLengthLength, setMaxTagLengthpublic Asn1Object decode(byte[] controlBytes, Control control) throws DecoderException
decode in interface ControlDecodercontrolBytes - The bytes array which contains the encoded syncRequestValuecontrol - The control to feedDecoderException - If the decoding found an errorNamingException - It will never be throw by this methodCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.