Closed

Description
Hi, im trying to implement your framework. I've got it all working upto loading a a Ed25519 key. When i generate a key trough $key = JWKFactory::createOKPKey('Ed25519');
everything works fine, but when I try to load a openssl generated PEM keyfile from disk i'm getting a Invalid argument exception with Unable to load the key.
Is there any way to do this?