golang.org/x/crypto/openpgp/packet.Signature.SigType (field)
19 uses
golang.org/x/crypto/openpgp/packet (current package)
signature.go#L34: SigType SignatureType
signature.go#L98: sig.SigType = SignatureType(buf[0])
signature.go#L382: if sigType := sig.EmbeddedSignature.SigType; sigType != SigTypePrimaryKeyBinding {
signature.go#L475: sig.HashSuffix[1] = uint8(sig.SigType)
golang.org/x/crypto/openpgp
keys.go#L352: if pkt.SigType == packet.SigTypeKeyRevocation {
keys.go#L354: } else if pkt.SigType == packet.SigTypeDirectSignature {
keys.go#L423: if (sig.SigType == packet.SigTypePositiveCert || sig.SigType == packet.SigTypeGenericCert) && sig.IssuerKeyId != nil && *sig.IssuerKeyId == e.PrimaryKey.KeyId {
keys.go#L456: if sig.SigType != packet.SigTypeSubkeyBinding && sig.SigType != packet.SigTypeSubkeyRevocation {
keys.go#L464: switch sig.SigType {
keys.go#L493: if existingSig.SigType == packet.SigTypeSubkeyRevocation {
keys.go#L538: SigType: packet.SigTypePositiveCert,
keys.go#L570: SigType: packet.SigTypeSubkeyBinding,
keys.go#L682: SigType: packet.SigTypeGenericCert,
read.go#L387: sigType = sig.SigType
write.go#L71: sig.SigType = sigType
write.go#L77: h, wrappedHash, err := hashForSignature(sig.Hash, sig.SigType)
write.go#L386: SigType: packet.SigTypeBinary,
![]() |
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. |