Functionsยง
- read_
choice - Read a choice value in PER encoded stream
- read_
enumerates - Read an enumerates value in PER encoded stream
- read_
integer - Read an PER encoded integer Variable sized integer
- read_
integer_ 16 - Read u16 integer PER encoded
- read_
length - PER encoding length read length of following payload
- read_
number_ of_ set - Read a number of set value in PER encoded stream
- read_
numeric_ string - Read a numeric string
- read_
object_ identifier - Read an object identifier encoded in PER
- read_
octet_ stream - Read a string encoded in PER
- read_
padding - Read exactly a number of bytes
- read_
selection - Read a selection value in PER encoded stream
- write_
choice - PER write choice This is convenient method
- write_
enumerates - PER write enumerates This is convenient method
- write_
integer - Write an integer into PER format
- write_
integer_ 16 - This is a convenient method for PER encoding
- write_
length - Write PER encoded length
- write_
number_ of_ set - PER write number of set This is convenient method
- write_
numeric_ string - write_
object_ identifier - Write an object identifier using PER encoder
- write_
octet_ stream - write_
padding - Write length zero bytes
- write_
selection - PER write selection This is convenient method