Skip to content

relaycorp/veraid-jvm

Folders and files

NameName
Last commit message
Last commit date
Feb 6, 2023
Feb 6, 2023
Dec 21, 2023
Feb 27, 2023
Feb 6, 2023
Feb 6, 2023
Feb 9, 2023
Feb 6, 2023
Feb 6, 2023
Feb 16, 2023
Mar 18, 2023
Oct 25, 2023
Dec 23, 2024
Feb 6, 2023
Feb 6, 2023
Feb 6, 2023
Feb 16, 2023
Feb 16, 2023
Mar 17, 2023
Sep 18, 2023

VeraId library for the JVM

This is the JVM/Kotlin implementation of VeraId, an offline authentication protocol powered by DNSSEC. This library implements all the building blocks that signature producers and consumers need.

The usage and API documentation is available on docs.relaycorp.tech.

Contributions

We love contributions! If you haven't contributed to a Relaycorp project before, please take a minute to read our guidelines first.

Developer notes

Naming conventions

We stick to the general naming conventions at Relaycorp, with the following exceptions:

  • We distinguish between serialisation (i.e., processing ByteArrays), encoding (i.e., processing BouncyCastle ASN.1 objects) and parsing (i.e., processing Strings).