C# Class KeePassHttp.KeePassHttpExt

Inheritance: KeePass.Plugins.Plugin
Show file Open project: pfn/keepasshttp Class Usage Examples

Private Methods

Method Description
AssociateHandler ( Request r, Response resp, Aes aes ) : void
CreateEntry ( string username, string password, string urlHost, string url, Request r, Aes aes ) : bool
FindMatchingEntries ( Request r, Aes aes ) : IEnumerable
GeneratePassword ( Request r, Response resp, Aes aes ) : void
GetAllLoginsHandler ( Request r, Response resp, Aes aes ) : void
GetEntryConfig ( PwEntry e ) : KeePassHttp.KeePassHttpEntryConfig
GetHost ( string uri ) : string
GetLoginsCountHandler ( Request r, Response resp, Aes aes ) : void
GetLoginsHandler ( Request r, Response resp, Aes aes ) : void
GetScheme ( string uri ) : string
LevenshteinDistance ( string source, string target ) : int
PrepareElementForResponseEntries ( KeePassHttp.ConfigOpt configOpt, KeePassHttp.PwEntryDatabase entryDatabase ) : KeePassHttp.ResponseEntry
SetEntryConfig ( PwEntry e, KeePassHttp.KeePassHttpEntryConfig c ) : void
SetLoginHandler ( Request r, Response resp, Aes aes ) : void
TestAssociateHandler ( Request r, Response resp, Aes aes ) : void
UpdateEntry ( KeePassLib.PwUuid uuid, string username, string password, string formHost, string requestId ) : bool
canShowBalloonTips ( ) : bool