You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file [1] is a copy/paste of [2]. However, from Java 8, the SDK has an implementation of Base64 [3]. The iharder implementation should be replaced with SDK calls.
The file [1] is a copy/paste of [2]. However, from Java 8, the SDK has an implementation of Base64 [3]. The iharder implementation should be replaced with SDK calls.
[1] https://github.com/MICommunity/psi-jami/blob/master/jami-core/src/main/java/psidev/psi/mi/jami/utils/checksum/Base64.java
[2] http://iharder.sourceforge.net/current/java/base64/
[3] https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html
The text was updated successfully, but these errors were encountered: