type golang.org/x/crypto/ssh.rsaPublicKey
8 uses
golang.org/x/crypto/ssh (current package)
keys.go#L336: type rsaPublicKey rsa.PublicKey
keys.go#L338: func (r *rsaPublicKey) Type() string {
keys.go#L364: return (*rsaPublicKey)(&key), w.Rest, nil
keys.go#L367: func (r *rsaPublicKey) Marshal() []byte {
keys.go#L383: func (r *rsaPublicKey) Verify(data []byte, sig *Signature) error {
keys.go#L401: func (r *rsaPublicKey) CryptoPublicKey() crypto.PublicKey {
keys.go#L970: if _, ok := s.pubKey.(*rsaPublicKey); ok {
keys.go#L1055: return (*rsaPublicKey)(key), nil
![]() |
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. |