Struct jd_decrypter::JdAccountList[][src]

pub struct JdAccountList(_);

JdAccountlist has all accounts grouped by name

Methods

impl JdAccountList
[src]

Decrypt a specified .dlc file

Decrypt the contet of a .dlc file.

Get a reference to the internal HashMap with all accounts

Trait Implementations

impl Debug for JdAccountList
[src]

Formats the value using the given formatter. Read more

impl Default for JdAccountList
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations