public class SyncInfoValueControlDecoder extends Asn1Decoder implements ControlDecoder
Constructor and Description |
---|
SyncInfoValueControlDecoder() |
Modifier and Type | Method and Description |
---|---|
Asn1Object |
decode(byte[] controlBytes,
Control control)
Decode the syncInfoValue 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 syncInfoValuecontrol
- The control to feedDecoderException
- If the decoding found an errorNamingException
- It will never be throw by this methodCopyright © 2003–2013 The Apache Software Foundation. All rights reserved.