![JAR search and dependency download from the Maven repository](/logo.png)
io.trbl.bcpg.FingerprintFormats Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bcpg-simple-jdk15on Show documentation
Show all versions of bcpg-simple-jdk15on Show documentation
A simple, lightweight wrapper around BouncyCastle's OpenPGP support.
The newest version!
package io.trbl.bcpg;
public final class FingerprintFormats {
public static final FingerprintFormat GPG = new SimpleFingerprintFormat(2, " ", 10, " ");
public static final FingerprintFormat GPG_MULTILINE = new SimpleFingerprintFormat(2, " ", 10, "\n");
public static final FingerprintFormat SSH = new SimpleFingerprintFormat(1, ":");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy