Skip to content

Cheat Sheet

Johann N. Löfflmann edited this page Sep 8, 2021 · 25 revisions

The cheat sheet covers both the Command Line Interface (CLI) and the Java API (Application Programming Interface).

Get information

How to get all available algorithms

CLI

jacksum --info

or

jacksum -a all --list

API

Map<String, String> availableAlgorithms = JacksumAPI.getAvailableAlgorithms();
Clone this wiki locally