Algorithms returns the available algorithms in preference order. The list must not be empty, and it must not include certificate types.
()
| 391 | // Algorithms returns the available algorithms in preference order. The list |
| 392 | // must not be empty, and it must not include certificate types. |
| 393 | Algorithms() []string |
| 394 | } |
| 395 | |
| 396 | // NewSignerWithAlgorithms returns a signer restricted to the specified |
no outgoing calls