C# 클래스 KeePassHttp.KeePassHttpExt

상속: KeePass.Plugins.Plugin
파일 보기 프로젝트 열기: pfn/keepasshttp 1 사용 예제들

비공개 메소드들

메소드 설명
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