Interface ProfileKeyPairManager
- All Known Implementing Classes:
AccountProfileKeyPairManager
public interface ProfileKeyPairManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ProfileKeyPairManagercreate(UserApiService userApiService, User user, Path gameDirectory) boolean
-
Field Details
-
EMPTY_KEY_MANAGER
-
-
Method Details
-
create
-
prepareKeyPair
CompletableFuture<Optional<ProfileKeyPair>> prepareKeyPair() -
shouldRefreshKeyPair
boolean shouldRefreshKeyPair()
-