C# Class truecryptbrute.TrueCrypt.KeyFiles.KeyfilePool

Represents the Keyfile Data Pool from all keyfiles/keytokens used.
ファイルを表示 Open project: IsNull/TCBrute

Public Methods

Method Description
AddKeyfile ( IKeyData kf ) : void
FinalizeKeyDataPool ( ) : void

Creates the KeyData Pool

RemoveKeyfile ( IKeyData kf ) : void

Method Details

AddKeyfile() public method

public AddKeyfile ( IKeyData kf ) : void
kf IKeyData
return void

FinalizeKeyDataPool() public method

Creates the KeyData Pool
public FinalizeKeyDataPool ( ) : void
return void

RemoveKeyfile() public method

public RemoveKeyfile ( IKeyData kf ) : void
kf IKeyData
return void