bc-java
bc-java copied to clipboard
use for-each instead of enumerations
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)