需要 Base64 class 的 jar,其中应该有 encodeBytes(String) 方法

Need jar for Base64 class in which it should have encodeBytes(String) method

我无法在 Internet 上找到 Base64 class 具有方法 encodeBytes(String) 的 jar 文件。请帮我找到可下载的jar文件的位置。

您可以使用Apache Commons Codec which you can download from maven central

更新

这是您要找的图书馆吗?它有 encodeBytes 方法: click me

当您正在寻找具有 Base64.encodeBytes(String) 的特定版本的 Apache Commons Codec 时,您可以搜索源代码存档 here.

一旦您确定了所需的版本,您就可以获得 jar 文件 here