bc-java icon indicating copy to clipboard operation
bc-java copied to clipboard

use for-each instead of enumerations

Open winfriedgerlach opened this issue 9 months ago • 0 comments

David put in the effort and made ASN1Sequence iterable. But many places in the code still use the old Enumeration access pattern. Would you accept changing these to for-each where possible? (better readability, elements are parameterized as <ASN1Encodable> which improves type safety)

winfriedgerlach avatar Mar 27 '25 20:03 winfriedgerlach