google.golang.org/grpc/credentials.TLSInfo.State (field)
8 uses
google.golang.org/grpc/credentials (current package)
tls.go#L43: State tls.ConnectionState
tls.go#L59: for _, cert := range t.State.PeerCertificates {
tls.go#L87: StandardName: cipherSuiteLookup(t.State.CipherSuite),
tls.go#L90: if len(t.State.PeerCertificates) > 0 {
tls.go#L91: v.RemoteCertificate = t.State.PeerCertificates[0].Raw
tls.go#L154: State: conn.ConnectionState(),
tls.go#L185: State: cs,
google.golang.org/grpc/internal/transport
handler_server.go#L85: authInfo = credentials.TLSInfo{State: *r.TLS, CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity}}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)