C# 클래스 truecryptbrute.TrueCrypt.KeyFiles.KeyfilePool

Represents the Keyfile Data Pool from all keyfiles/keytokens used.
파일 보기 프로젝트 열기: IsNull/TCBrute

공개 메소드들

메소드 설명
AddKeyfile ( IKeyData kf ) : void
FinalizeKeyDataPool ( ) : void

Creates the KeyData Pool

RemoveKeyfile ( IKeyData kf ) : void

메소드 상세

AddKeyfile() 공개 메소드

public AddKeyfile ( IKeyData kf ) : void
kf IKeyData
리턴 void

FinalizeKeyDataPool() 공개 메소드

Creates the KeyData Pool
public FinalizeKeyDataPool ( ) : void
리턴 void

RemoveKeyfile() 공개 메소드

public RemoveKeyfile ( IKeyData kf ) : void
kf IKeyData
리턴 void