public interface ControlDecoder<E extends Control>
| Modifier and Type | Method and Description |
|---|---|
Asn1Object |
decode(byte[] controlBytes)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
Asn1Object decode(byte[] controlBytes) throws DecoderException
controlBytes - the encoded control bytesDecoderException - if anything goes wrongCopyright © 2021. All rights reserved.