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