Skip to content

Is it possible to delete an entire instance? #837

Answered by lingol
gabimoncha asked this question in Q&A
Discussion options

You must be logged in to vote

In your scenario, you may be looking for reKey(). Here's how it's done right with reKey:

  1. Open the existing instance with the old encryption key.
  2. Delete existing keys by calling remove() or removeAll().
  3. Call reKey() with the new encryption key.
  4. Use the instance as if it's a new one.

Replies: 5 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@gabimoncha
Comment options

@lingol
Comment options

@lingol
Comment options

@gabimoncha
Comment options

Answer selected by gabimoncha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants