Versions in this module Expand all Collapse all v1 v1.3.3 Oct 2, 2014 v1.3.1 Aug 21, 2014 Changes in this version + func Marshal(val interface{}) ([]byte, error) + func Unmarshal(b []byte, val interface{}) (rest []byte, err error) + func UnmarshalWithParams(b []byte, val interface{}, params string) (rest []byte, err error) + type BitString struct + BitLength int + Bytes []byte + func (b BitString) At(i int) int + func (b BitString) RightAlign() []byte + type Enumerated int + type Flag bool + type ObjectIdentifier []int + func (oi ObjectIdentifier) Equal(other ObjectIdentifier) bool + func (oi ObjectIdentifier) String() string + type RawContent []byte + type RawValue struct + Bytes []byte + Class int + FullBytes []byte + IsCompound bool + Tag int + type StructuralError struct + Msg string + func (e StructuralError) Error() string + type SyntaxError struct + Msg string + func (e SyntaxError) Error() string