Create a key provider. @param kind the kind of key provider @param conf the configuration @param random a random number generator @return the key provider @throws IOException if there is an error
(String kind,
Configuration conf,
Random random)
| 86 | * @throws IOException if there is an error |
| 87 | */ |
| 88 | KeyProvider create(String kind, |
| 89 | Configuration conf, |
| 90 | Random random) throws IOException; |
| 91 | } |
no outgoing calls