public class CascadeControlDecoder extends Object implements ControlDecoder
| Constructor and Description |
|---|
CascadeControlDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
decode(byte[] controlBytes,
Control control)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
public Asn1Object decode(byte[] controlBytes, Control control) throws DecoderException
ControlDecoderdecode in interface ControlDecodercontrolBytes - the encoded control bytescontrol - The control to feedDecoderException - if anything goes wrongCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.