🏠
Working from home
Hello!
I'm just a casual, self-taught developer who publishes repositories that no one would ever use.
- 127.0.0.1, Germany
Highlights
- Pro
Pinned Loading
-
LWJWL
LWJWL PublicLightweight Java Web Library facilitating the creation of RESTful microservices.
Java
-
-
-
A Java Class to generate SSL Certifi...
A Java Class to generate SSL Certificates with KeyTool for Linux Systems (Builder Pattern) 12import lombok.*;
3import java.security.KeyStore;
45public class KeyTool4J {
-
End to End Encryption
End to End Encryption 1import java.security.*;
2import java.security.spec.X509EncodedKeySpec;
3import java.util.Base64;
45import javax.crypto.Cipher;
-
Lightweight event handling in Java
Lightweight event handling in Java 1public class EventManager {
23private final List<RegisteredListener> eventRegister = new ArrayList<>();
45/**
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.