Versions in this module Expand all Collapse all v1 v1.0.1 Oct 10, 2022 v1.0.0 Oct 10, 2022 Changes in this version + const CLASS_APPL + const CLASS_CTXT + const CLASS_MASK + const CLASS_PRIV + const CLASS_UNIV + const PC_CONSTRUCT + const PC_MASK + const PC_PRIMITIVE + const TAG_BIT_STRING + const TAG_BOOLEAN + const TAG_ENUMERATED + const TAG_INTEGER + const TAG_MASK + const TAG_OBJECT_IDENFIER + const TAG_OCTET_STRING + const TAG_SEQUENCE + const TAG_SEQUENCE_OF + func ReadApplicationTag(tag uint8, r io.Reader) (int, error) + func ReadEnumerated(r io.Reader) (uint8, error) + func ReadInteger(r io.Reader) (int, error) + func ReadLength(r io.Reader) (int, error) + func ReadUniversalTag(tag uint8, pc bool, r io.Reader) bool + func WriteApplicationTag(tag uint8, size int, w io.Writer) + func WriteBoolean(b bool, w io.Writer) + func WriteEncodedDomainParams(data []byte, w io.Writer) + func WriteInteger(n int, w io.Writer) + func WriteLength(size int, w io.Writer) + func WriteOctetstring(str string, w io.Writer) + func WriteUniversalTag(tag uint8, pc bool, w io.Writer)