Uses of Class
org.drasyl.identity.IdentityManagerException
Packages that use IdentityManagerException
- 
Uses of IdentityManagerException in org.drasyl.identity
Methods in org.drasyl.identity that throw IdentityManagerExceptionModifier and TypeMethodDescriptionstatic voidIdentityManager.deleteIdentityFile(Path path) Deletes the identity file specified in the configuration.static IdentityIdentityManager.generateIdentity()Generates a new random identity.voidIdentityManager.loadOrCreateIdentity()Attempts to load the identity defined in the configuration: First it tries to read the key pair directly from the configuration.