Interface IdentityManagement

  • All Known Implementing Classes:
    IdmService

    @Contract
    public interface IdentityManagement
    A @link {Contract} that satisfies credential information requirements of server. All the sub-systems should look up a service that implements this contract. The name of the service implies the functionality.
    Author:
    केदार ([email protected])
    • Method Detail

      • getMasterPassword

        char[] getMasterPassword()
        Returns the master password as a character array. The master password is what unlocks the secure store where primary keys (and trusted certificates) are stored.
        Returns:
        a character array that represents the master password.