golang.org/x/crypto/ssh.Certificate.CertType (field)
7 uses
golang.org/x/crypto/ssh (current package)
certs.go#L57: CertType uint32
certs.go#L185: CertType: g.CertType,
certs.go#L317: if cert.CertType != HostCert {
certs.go#L318: return fmt.Errorf("ssh: certificate presented as a host key has type %d", cert.CertType)
certs.go#L344: if cert.CertType != UserCert {
certs.go#L345: return nil, fmt.Errorf("ssh: cert has type %d", cert.CertType)
certs.go#L469: CertType: c.CertType,
![]() |
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. |