login
public String login(org.apache.http.impl.client.CloseableHttpClient client,
String passwordSeed)
throws KeyStoreException,
NoSuchAlgorithmException,
CertificateException,
IOException,
KeyManagementException,
UnrecoverableKeyException
- Specified by:
login in interface LoginService
- Parameters:
client - the Http Client
passwordSeed - the password seed for the client
- Returns:
- the reponse
- Throws:
KeyStoreException - if there are errors with loading client certificate
NoSuchAlgorithmException - if there are errors
CertificateException - if there are errors with loading client certificate
IOException - if there are errors with read or write
KeyManagementException - if there are errors with certificate
UnrecoverableKeyException - if there are errors with loading client certificate