golang.org/x/crypto/openpgp/packet.PublicKey.serializeWithoutHeaders (method)
5 uses
golang.org/x/crypto/openpgp/packet (current package)
private_key.go#L159: err = pk.PublicKey.serializeWithoutHeaders(buf)
public_key.go#L309: pk.serializeWithoutHeaders(fingerPrint)
public_key.go#L459: return pk.serializeWithoutHeaders(w)
public_key.go#L464: func (pk *PublicKey) serializeWithoutHeaders(w io.Writer) (err error) {
public_key.go#L674: pk.serializeWithoutHeaders(h)
![]() |
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. |