Skip navigation links
A B C G I M 

A

APIKeyClient - Class in com.github.vatbub.safeAPIKeyStore.client
Communicates with an APIKey-server to retrieve api keys.

B

BadRequestException - Exception in com.github.vatbub.safeAPIKeyStore.client
Returned by the server if a bad request was sent.
BadRequestException() - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.BadRequestException
Constructs a new BadRequestException with null as its detail message.
BadRequestException(String) - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.BadRequestException
Constructs a new BadRequestException with the specified detail message.
BadRequestException(String, Throwable) - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.BadRequestException
Constructs a new BadRequestException with the specified detail message and cause.
BadRequestException(Throwable) - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.BadRequestException
Constructs a new BadRequestException with the specified cause and a detail message of (cause==null ?
BadRequestException(String, Throwable, boolean, boolean) - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.BadRequestException
Constructs a new BadRequestException with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.

C

com.github.vatbub.safeAPIKeyStore.client - package com.github.vatbub.safeAPIKeyStore.client
 

G

getApiKey(String, String) - Static method in class com.github.vatbub.safeAPIKeyStore.client.APIKeyClient
Retrieves the specified api key from the specified server.
getApiKey(String, int, String) - Static method in class com.github.vatbub.safeAPIKeyStore.client.APIKeyClient
Retrieves the specified api key from the specified server.
getApiKey(String, int, String, int) - Static method in class com.github.vatbub.safeAPIKeyStore.client.APIKeyClient
Retrieves the specified api key from the specified server.

I

InternalServerException - Exception in com.github.vatbub.safeAPIKeyStore.client
Returned by the server if something went wrong on the server side
InternalServerException() - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.InternalServerException
Constructs a new InternalServerException with null as its detail message.
InternalServerException(String) - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.InternalServerException
Constructs a new InternalServerException with the specified detail message.
InternalServerException(String, Throwable) - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.InternalServerException
Constructs a new InternalServerException with the specified detail message and cause.
InternalServerException(Throwable) - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.InternalServerException
Constructs a new InternalServerException with the specified cause and a detail message of (cause==null ?
InternalServerException(String, Throwable, boolean, boolean) - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.InternalServerException
Constructs a new InternalServerException with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.

M

MultipleRequestsWithSameRSAKeyException - Exception in com.github.vatbub.safeAPIKeyStore.client
Returned by the server if the same RSA public key is used multiple times
MultipleRequestsWithSameRSAKeyException() - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.MultipleRequestsWithSameRSAKeyException
Constructs a new MultipleRequestsWithSameRSAKeyException with null as its detail message.
MultipleRequestsWithSameRSAKeyException(String) - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.MultipleRequestsWithSameRSAKeyException
Constructs a new MultipleRequestsWithSameRSAKeyException with the specified detail message.
MultipleRequestsWithSameRSAKeyException(String, Throwable) - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.MultipleRequestsWithSameRSAKeyException
Constructs a new MultipleRequestsWithSameRSAKeyException with the specified detail message and cause.
MultipleRequestsWithSameRSAKeyException(Throwable) - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.MultipleRequestsWithSameRSAKeyException
Constructs a new MultipleRequestsWithSameRSAKeyException with the specified cause and a detail message of (cause==null ?
MultipleRequestsWithSameRSAKeyException(String, Throwable, boolean, boolean) - Constructor for exception com.github.vatbub.safeAPIKeyStore.client.MultipleRequestsWithSameRSAKeyException
Constructs a new MultipleRequestsWithSameRSAKeyException with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
A B C G I M 

Copyright © 2016–2018 Frederik Kammel. All rights reserved.