Skip navigation links
C G M P R S 

C

com.github.vatbub.safeAPIKeyStore.server - package com.github.vatbub.safeAPIKeyStore.server
 
createApiKeyFileOption() - Static method in class com.github.vatbub.safeAPIKeyStore.server.Main
 
createCommandlineOptions() - Static method in class com.github.vatbub.safeAPIKeyStore.server.Main
 
createPortOption() - Static method in class com.github.vatbub.safeAPIKeyStore.server.Main
 
createResponse(Object) - Method in class com.github.vatbub.safeAPIKeyStore.server.Server
Called when the server receives an object.

G

getApiKeys() - Method in class com.github.vatbub.safeAPIKeyStore.server.Server
Returns the currently served api keys
getServer() - Static method in class com.github.vatbub.safeAPIKeyStore.server.Main
 

M

Main - Class in com.github.vatbub.safeAPIKeyStore.server
 
main(String[]) - Static method in class com.github.vatbub.safeAPIKeyStore.server.Main
 

P

printHelpMessage(Options) - Static method in class com.github.vatbub.safeAPIKeyStore.server.Main
 

R

readUsedPublicKeys() - Method in class com.github.vatbub.safeAPIKeyStore.server.Server
Causes the server to re-read the already used (and thus blocked) public RSA keys from disk.
readUsedPublicKeys(String) - Method in class com.github.vatbub.safeAPIKeyStore.server.Server
Causes the server to re-read the already used (and thus blocked) public RSA keys from disk.
resetPermanently() - Method in class com.github.vatbub.safeAPIKeyStore.server.Server
Resets the list of used public RSA keys permanently by deleting the corresponding file on the drive.
resetPermanently(String) - Method in class com.github.vatbub.safeAPIKeyStore.server.Server
Resets the list of used public RSA keys permanently by deleting the corresponding file on the drive.
resetTemporarily() - Method in class com.github.vatbub.safeAPIKeyStore.server.Server
Resets the list of public RSA keys temporarily (until the server is rebooted)

S

saveUsedPublicKeys() - Method in class com.github.vatbub.safeAPIKeyStore.server.Server
Saves the list of used (and thus blocked) public RSA keys to the default location (<appDataPath>/com.github.vatbub.safeAPIKeyStore.server/usedPublicKeys)
saveUsedPublicKeys(String) - Method in class com.github.vatbub.safeAPIKeyStore.server.Server
Saves the list of used (and thus blocked) public RSA keys to the specified location
Server - Class in com.github.vatbub.safeAPIKeyStore.server
The API key server.
Server(int, String) - Constructor for class com.github.vatbub.safeAPIKeyStore.server.Server
Launches a server on the specified port with the specified api keys.
Server(int, File) - Constructor for class com.github.vatbub.safeAPIKeyStore.server.Server
Launches a server on the specified port with the specified api keys.
stop() - Method in class com.github.vatbub.safeAPIKeyStore.server.Server
Shuts the server down.
C G M P R S 
Skip navigation links

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