Class PrivateKeyUtil
- java.lang.Object
-
- io.quarkiverse.githubapp.runtime.signing.PrivateKeyUtil
-
public class PrivateKeyUtil extends Object
Slightly adjusted version of code found here: https://stackoverflow.com/a/55339208 .
-
-
Constructor Summary
Constructors Constructor Description PrivateKeyUtil()
-
-
-
Method Detail
-
loadKey
public static PrivateKey loadKey(String keyDataString) throws GeneralSecurityException
- Throws:
GeneralSecurityException
-
-