GenerateKey generates a private key. The returned PrivateKey must be able to expose its associated public key.
()
| 365 | // PrivateKey must be able to expose its associated |
| 366 | // public key. |
| 367 | GenerateKey() (crypto.PrivateKey, error) |
| 368 | } |
| 369 | |
| 370 | // IssuerPolicy is a type that enumerates how to |
no outgoing calls