Documentation ¶
Index ¶
- func ReadApplicationTag(r io.Reader) (uint8, error)
- func ReadEnumerated(r io.Reader) (uint8, error)
- func ReadInteger(r io.Reader) (int, error)
- func ReadLength(r io.Reader) (uint16, error)
- func ReadUniversalTag(tag uint8, pc bool, r io.Reader) (bool, error)
- func WriteApplicationTag(tag uint8, size int, w io.Writer)
- func WriteBoolean(b bool, w io.Writer)
- func WriteInteger(n int, w io.Writer)
- func WriteLength(size int, w io.Writer)
- func WriteOctetString(str []byte, w io.Writer)
- func WriteSequence(data []byte, w io.Writer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteBoolean ¶
func WriteInteger ¶
func WriteLength ¶
func WriteOctetString ¶
func WriteSequence ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.