type crypto.Decrypter
5 uses
crypto (current package)
crypto.go#L192: type Decrypter interface {
crypto/tls
common.go#L1107: if priv, ok := c.PrivateKey.(crypto.Decrypter); ok {
handshake_server.go#L260: if priv, ok := hs.cert.PrivateKey.(crypto.Decrypter); ok {
key_agreement.go#L39: priv, ok := cert.PrivateKey.(crypto.Decrypter)
golang.org/x/crypto/openpgp/packet
encrypted_key.go#L83: k := priv.PrivateKey.(crypto.Decrypter)
![]() |
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. |