public class SubentriesControlDecoder extends Asn1Decoder implements ControlDecoder
Constructor and Description |
---|
SubentriesControlDecoder() |
Modifier and Type | Method and Description |
---|---|
Asn1Object |
decode(byte[] controlBytes,
Control control)
Decode the sub entry 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 sub entrycontrol
- 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.