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, setMaxTagLength
public Asn1Object decode(byte[] controlBytes, Control control) throws DecoderException
decode
in interface ControlDecoder
controlBytes
- 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-2012 Apache Software Foundation. All Rights Reserved.