type golang.org/x/crypto/ssh.openSSHCertSigner
6 uses
golang.org/x/crypto/ssh (current package)
certs.go#L223: type openSSHCertSigner struct {
certs.go#L229: *openSSHCertSigner
certs.go#L243: &openSSHCertSigner{cert, signer}, algorithmSigner}, nil
certs.go#L245: return &openSSHCertSigner{cert, signer}, nil
certs.go#L249: func (s *openSSHCertSigner) Sign(rand io.Reader, data []byte) (*Signature, error) {
certs.go#L253: func (s *openSSHCertSigner) PublicKey() PublicKey {
![]() |
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. |