golang.org/x/crypto/openpgp/packet.EncryptedKey.Algo (field)
8 uses
golang.org/x/crypto/openpgp/packet (current package)
encrypted_key.go#L25: Algo PublicKeyAlgorithm
encrypted_key.go#L42: e.Algo = PublicKeyAlgorithm(buf[9])
encrypted_key.go#L43: switch e.Algo {
encrypted_key.go#L111: switch e.Algo {
encrypted_key.go#L117: return errors.InvalidArgumentError("don't know how to serialize encrypted key type " + strconv.Itoa(int(e.Algo)))
encrypted_key.go#L124: w.Write([]byte{byte(e.Algo)})
encrypted_key.go#L126: switch e.Algo {
golang.org/x/crypto/openpgp
read.go#L115: switch p.Algo {
![]() |
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. |