concerns what we have in the next branch:
We should add another layer, because currently the value of an extension is directly encoded/decoded as part of the extension (oid, critical, and then bare fields representing the contained value), but there is no externally usable representation of that value. I do think it would make sense, though. because it is a repeating pattern.
right now we have this middle ground with odd private constructors and a public constructor that kind of does this. If we add this additional layer, we'd get rid of this odd constructor pattern too, which leads me to think that we should go for it.
@StjepanovicSrdjan @wkornewald what's your take?
concerns what we have in the
nextbranch:We should add another layer, because currently the value of an extension is directly encoded/decoded as part of the extension (oid, critical, and then bare fields representing the contained value), but there is no externally usable representation of that value. I do think it would make sense, though. because it is a repeating pattern.
right now we have this middle ground with odd private constructors and a public constructor that kind of does this. If we add this additional layer, we'd get rid of this odd constructor pattern too, which leads me to think that we should go for it.
@StjepanovicSrdjan @wkornewald what's your take?