Struct dlc_decrypter::DlcDecoder [] [src]

pub struct DlcDecoder { /* fields omitted */ }

Struct to decode the .dlc file or data into an readable format.

Methods

impl DlcDecoder
[src]

[src]

Create a new DlcDecoder with a standard login to jdownloader.

[src]

Set a different JDownloader credential to login, than the default ones.

[src]

Decrypt a specified .dlc file

[src]

Decrypt the contet of a .dlc file.

Trait Implementations

impl Debug for DlcDecoder
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DlcDecoder

impl Sync for DlcDecoder