public class CancelDecoder extends Asn1Decoder
| Constructor and Description |
|---|
CancelDecoder() |
| Modifier and Type | Method and Description |
|---|---|
CancelRequest |
decode(byte[] stream)
Decode a PDU which must contain a Cancel extended operation.
|
allowIndefiniteLength, decode, disallowIndefiniteLength, getMaxLengthLength, getMaxTagLength, isIndefiniteLengthAllowed, setMaxLengthLength, setMaxTagLengthpublic CancelRequest decode(byte[] stream) throws DecoderException
stream - The bytes to be decodedDecoderException - If the decoding failedCopyright © 2021. All rights reserved.