Skip to content

Instantly share code, notes, and snippets.

@harbulot
harbulot / GPG -> WebID convertor
Created April 18, 2023 17:22 — forked from melvincarvalho/GPG -> WebID convertor
GPG -> WebID convertor
package net.java.dev.sommer.foafserver.utils;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.math.BigInteger;
import java.security.InvalidKeyException;
import java.security.KeyStore;
import java.security.KeyStoreException;