Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewSubpacket ¶
NewSubpacket is function value of parsing Sub-packet
type Packets ¶
type Packets struct {
// contains filtered or unexported fields
}
Packets class is context data for OpenPGP packets
type SubFuncMap ¶
type SubFuncMap map[int]NewSubpacket
SubFuncMap is type of NewPacket function list.
func (SubFuncMap) Get ¶
func (fm SubFuncMap) Get(i int, defFunc NewSubpacket) NewSubpacket
Get returns NewSubpacket function.
Source Files
¶
- Tag08.go
- packets.go
- pubkey.go
- seckey.go
- sub01.go
- sub02.go
- sub03.go
- sub04.go
- sub05.go
- sub06.go
- sub07.go
- sub09.go
- sub10.go
- sub11.go
- sub12.go
- sub16.go
- sub20.go
- sub21.go
- sub22.go
- sub23.go
- sub24.go
- sub25.go
- sub26.go
- sub27.go
- sub28.go
- sub29.go
- sub30.go
- sub31.go
- sub32.go
- sub33.go
- sub34.go
- sub35.go
- sub37.go
- sub38.go
- sub39.go
- subParser.go
- subReserved.go
- subs.go
- tag01.go
- tag02.go
- tag03.go
- tag04.go
- tag05.go
- tag06.go
- tag07.go
- tag09.go
- tag10.go
- tag11.go
- tag12.go
- tag13.go
- tag14.go
- tag17.go
- tag18.go
- tag19.go
- tag20.go
- tag21.go
- tagPrivate.go
- tagUnknown.go
- tags.go
Click to show internal directories.
Click to hide internal directories.