decrypt abstract method

void decrypt(
  1. String password
)

Decrypts this entry using the given password.

Implementation

void decrypt(String password);