golang.org/x/crypto/openpgp.MessageDetails.decrypted (field)
6 uses
golang.org/x/crypto/openpgp (current package)
read.go#L63: decrypted io.ReadCloser
read.go#L215: md.decrypted = decrypted
read.go#L270: } else if md.decrypted != nil {
read.go#L310: mdcErr := cr.md.decrypted.Close()
read.go#L350: if scr.md.decrypted != nil {
read.go#L351: mdcErr := scr.md.decrypted.Close()
![]() |
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. |