fix bug in SecretKeyUtil - #2027
Conversation
|
Thanks for the patch, merged with a few revisions. Yes, it looks like the class has reached its used-by date. I've left it in as other people might be relying on it, but I've deprecated it. We'll see what shows up. |
|
@dghgit Hi, thanks for you quick reaction! I don't see a change in SecretKeyUtil yet, ist there another branch that is not visible to regular users? I'd like to see what your revisions were to improve future PRs. Also another question, I found many places where types could be added to generic classes and Java 8 features could be used. Is it of value to you if I provide PRs for that? |
|
Somehow I missed the follow up. The answer is "possibly" I know that sounds a bit weird, but we're still doing a Java 5 to Java 8 release, so Java 8 features can still result in code duplication, which we try to avoid where we can. |
|
All right, I understand that. Will only make suggestions that are Java 5 compatible. |
found a bug (ID string was added to map, not the ASN1ObjectIdentifier), but is this class even used?