type golang.org/x/crypto/ssh.dsaPublicKey
11 uses
golang.org/x/crypto/ssh (current package)
keys.go#L405: type dsaPublicKey dsa.PublicKey
keys.go#L407: func (k *dsaPublicKey) Type() string {
keys.go#L441: key := &dsaPublicKey{
keys.go#L448: func (k *dsaPublicKey) Marshal() []byte {
keys.go#L465: func (k *dsaPublicKey) Verify(data []byte, sig *Signature) error {
keys.go#L489: func (k *dsaPublicKey) CryptoPublicKey() crypto.PublicKey {
keys.go#L498: return (*dsaPublicKey)(&k.PrivateKey.PublicKey)
keys.go#L992: case *dsaPublicKey:
keys.go#L1020: case *ecdsaPublicKey, *dsaPublicKey:
keys.go#L1034: case *dsaPublicKey:
keys.go#L1062: return (*dsaPublicKey)(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. |