EncryptionAlgorithmSerializer
Serializer for EncryptionAlgorithm values as their JWA identifier string (e.g. "RSA-OAEP", "dir").
Converts between EncryptionAlgorithm and its string id using EncryptionAlgorithm.fromId for deserialization. Used for the alg header field in JWE tokens per RFC 7516.