Versions in this module Expand all Collapse all v0 v0.1.0 Jul 13, 2022 Changes in this version + func ReadChoice(r io.Reader) uint8 + func ReadEnumerates(r io.Reader) (uint8, error) + func ReadInteger(r io.Reader) uint32 + func ReadInteger16(r io.Reader) (uint16, error) + func ReadLength(r io.Reader) (uint16, error) + func ReadNumberOfSet(r io.Reader) uint8 + func ReadObjectIdentifier(r io.Reader, oid []byte) bool + func ReadOctetStream(r io.Reader, s string, min int) bool + func WriteChoice(choice uint8, w io.Writer) + func WriteInteger(n int, w io.Writer) + func WriteInteger16(value uint16, w io.Writer) + func WriteLength(value int, w io.Writer) + func WriteNumberOfSet(n int, w io.Writer) + func WriteNumericString(s string, minValue int, w io.Writer) + func WriteObjectIdentifier(oid []byte, w io.Writer) + func WriteOctetStream(oStr string, minValue int, w io.Writer) + func WritePadding(length int, w io.Writer) + func WriteSelection(selection uint8, w io.Writer)