CBORDecoder
final class CBORDecoder (View source)
Concise Binary Object Representation (CBOR) decoder.
This is not a general purpose CBOR decoder and only implements the CTAP2 canonical CBOR encoding form.
Methods
mixed
Details
mixed
decode(DataStream $stream)
No description