type golang.org/x/crypto/openpgp/packet.LiteralData
7 uses
golang.org/x/crypto/openpgp/packet (current package)
literal.go#L13: type LiteralData struct {
literal.go#L22: func (l *LiteralData) ForEyesOnly() bool {
literal.go#L26: func (l *LiteralData) parse(r io.Reader) (err error) {
packet.go#L395: p = new(LiteralData)
golang.org/x/crypto/openpgp
read.go#L47: LiteralData *packet.LiteralData // the metadata of the contents
read.go#L133: case *packet.Compressed, *packet.LiteralData, *packet.OnePassSignature:
read.go#L262: case *packet.LiteralData:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |