Hi everybody,
i'm trying to encode EcPublicKey to pem to store the public key on a database; i generated they key pair using prime192v1 as curve, but when i call the method encodeEcPublicKeyToPem i receive the following error: UnsupportedObjectIdentifierException (UnsupportedObjectIdentifierException: ObjectIdentifier prime192v1 is not supported yet).
Is there a way to encode EcPublicKey (curve prime192v1) to pem successfully?
Thanks
Hi everybody, i'm trying to encode EcPublicKey to pem to store the public key on a database; i generated they key pair using prime192v1 as curve, but when i call the method encodeEcPublicKeyToPem i receive the following error: UnsupportedObjectIdentifierException (UnsupportedObjectIdentifierException: ObjectIdentifier prime192v1 is not supported yet). Is there a way to encode EcPublicKey (curve prime192v1) to pem successfully? Thanks