public interface LoginService
| Modifier and Type | Method and Description |
|---|---|
String |
login(org.apache.http.impl.client.CloseableHttpClient client,
String passwordSeed) |
String login(org.apache.http.impl.client.CloseableHttpClient client, String passwordSeed) throws KeyStoreException, NoSuchAlgorithmException, CertificateException, IOException, KeyManagementException, UnrecoverableKeyException
client - the Http ClientpasswordSeed - the password seed for the clientKeyStoreException - if there are errors with loading client certificateNoSuchAlgorithmException - if there are errorsCertificateException - if there are errors with loading client certificateIOException - if there are errors with read or writeKeyManagementException - if there are errors with certificateUnrecoverableKeyException - if there are errors with loading client certificateCopyright © 2020 National Institute of Standards and Technology. All rights reserved.