asn1

package
v0.0.0-...-aba8fa6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fuzz

func Fuzz(data []byte) int

Types

type X

type X struct {
	A  int
	A1 int `asn1:"application"`
	A2 int `asn1:"optional"`
	A3 int `asn1:"optional,default:123"`
	A4 int `asn1:"explicit"`
	A5 int `asn1:"tag:0"`
	A6 int `asn1:"tag:5"`
	B  int32
	C  int64
	D  *big.Int
	E  asn1.BitString
	F  []byte
	F1 []byte `asn1:"omitempty"`
	F2 []byte `asn1:"set"`
	F3 []int
	F4 []int `asn1:"set"`
	G  asn1.ObjectIdentifier
	H  asn1.Enumerated
	I  interface{}
	S  string
	S1 string `asn1:"ia5"`
	S2 string `asn1:"printable"`
	S3 string `asn1:"utf8"`
	S4 string `asn1:"omitempty"`
	S5 string `asn1:"application"`
	T  time.Time
	Y  YY
	Z  []interface{}
}

type YY

type YY struct {
	A int
	B int32
	C int64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL