프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DecryptNoteBody | void | ||
EncryptNoteBody | void | ||
GetEncryptedNoteKey | string |
메소드 | 설명 | |
---|---|---|
DbEncryptedStorage ( IDbConnectionFactory factory, |
||
GetNotes ( ) : Note>.Dictionary |
||
ReEncryptAllNotes ( string new_encryption_key ) : void |
Reencrypts all notes. This may happen i.e. if the user changes his password.
|
|
SaveNote ( |
메소드 | 설명 | |
---|---|---|
DecryptNoteBody ( DBNote note ) : void | ||
EncryptNoteBody ( DBNote note ) : void | ||
GetEncryptedNoteKey ( DBNote note ) : string |
public DbEncryptedStorage ( IDbConnectionFactory factory, |
||
factory | IDbConnectionFactory | |
user | ||
encryption_master_key | string | |
use_history | bool | |
리턴 | System |
public ReEncryptAllNotes ( string new_encryption_key ) : void | ||
new_encryption_key | string | The new key that is used for encryption. |
리턴 | void |