| 253 | } |
| 254 | |
| 255 | type algorithmOpenSSHCertSigner struct { |
| 256 | *openSSHCertSigner |
| 257 | algorithmSigner AlgorithmSigner |
| 258 | } |
| 259 | |
| 260 | // NewCertSigner returns a Signer that signs with the given Certificate, whose |
| 261 | // private key is held by signer. It returns an error if the public key in cert |
nothing calls this directly
no outgoing calls
no test coverage detected