Base64.encode("".getBytes()) 错误

问题描述

今天跑了个main方法,别人机器上没问题, 问问这个是什么引起的,谢谢各位大虾import org.bouncycastle.util.encoders.Base64;public class test {public static void main(String[] args) {String s = "asd";byte[] debytes = Base64.encode(s.getBytes());System.out.println(debytes);}错误Exception in thread "main" java.lang.SecurityException: no manifiest section for signature file entry org/bouncycastle/asn1/ocsp/ResponderID.classat sun.security.util.SignatureFileVerifier.verifySection(SignatureFileVerifier.java:377)at sun.security.util.SignatureFileVerifier.processImpl(SignatureFileVerifier.java:231)at sun.security.util.SignatureFileVerifier.process(SignatureFileVerifier.java:176)at java.util.jar.JarVerifier.processEntry(JarVerifier.java:234)at java.util.jar.JarVerifier.update(JarVerifier.java:188)at java.util.jar.JarFile.initializeVerifier(JarFile.java:321)at java.util.jar.JarFile.getInputStream(JarFile.java:386)at sun.misc.URLClassPath$JarLoader$2.getInputStream(URLClassPath.java:689)at sun.misc.Resource.cachedInputStream(Resource.java:59)at sun.misc.Resource.getByteBuffer(Resource.java:154)at java.net.URLClassLoader.defineClass(URLClassLoader.java:249)at java.net.URLClassLoader.access$000(URLClassLoader.java:56)at java.net.URLClassLoader$1.run(URLClassLoader.java:195)at java.security.AccessController.doPrivileged(Native Method)at java.net.URLClassLoader.findClass(URLClassLoader.java:188)at java.lang.ClassLoader.loadClass(ClassLoader.java:306)at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)at java.lang.ClassLoader.loadClass(ClassLoader.java:251)at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)at com.buybal.testmer.servlet.test.main(test.java:40) 问题补充:andilyliao 写道

解决方案

你用这个包吧 com.sun.org.apache.xerces.internal.impl.dv.util.Base64

时间: 2024-09-22 01:26:43

Base64.encode("".getBytes()) 错误的相关文章

PostgreSQL实现MySQL"insertignore"语法

          对MySQL熟悉的人可能都知道,MySQL 有一个"insert ignore" 语法来忽略已经存在的记录. PostgreSQL暂时不提供这样的语法,但是可以用其他方法来代替. t_girl=# d insert_ignore Table "ytt.insert_ignore" Column | Type | Modifiers ----------+------------------------+----------- id | integ

信息- VBScript 运行时错误 类型不匹配: '[string: ""]' line 12

问题描述 VBScript 运行时错误 类型不匹配: '[string: ""]' line 12 <%Option Explicit%> <%dim cartstrcartstr = getCartFromCookie()if (cartstr=NULL or cartstr ="""") then response.redirect ""Cart.asp"" response.ende

iOS 7: Base64 Encode and Decode NSData and NSString Objects

iOS 7: Base64 Encode and Decode NSData and NSString Objects FRI, JAN 24  CORE SERVICESTWEET With the release of iOS 7, Apple added support for encoding and decoding data using Base64. In this post we will walk through two examples using Base64 to enc

virtual-语法错误 : 缺少&amp;amp;quot;;&amp;amp;quot;(在标识符&amp;amp;quot;m_Graydlg&amp;amp;quot;的前面)

问题描述 语法错误 : 缺少";"(在标识符"m_Graydlg"的前面) public:CGaryDetection m_Graydlg; 但是我已经包含了头文件啊 #pragma once #include""afxdockablepane.h""#include""GrayDetection.h"" // CGrayDetectionPane class CGrayDetectio

eclipse-在Eclipse中出现For input string: &amp;amp;quot;&amp;amp;quot;错误如何解决

问题描述 在Eclipse中出现For input string: ""错误如何解决 在Eclipse中出现For input string: ""错误如何解决,请各位高手帮帮忙,非常感谢! 解决方案 http://zhidao.baidu.com/question/547632046.html 解决方案二: http://zhidao.baidu.com/question/30630016.html 解决方案三: For input String:"&q

pom xml-maven项目中servlet.xml中出现 &amp;amp;quot;oscache:config&amp;amp;quot; is not bound.错误

问题描述 maven项目中servlet.xml中出现 "oscache:config" is not bound.错误 在pom.xml中加了依赖oscache的jar包.代码如下:com.opensymphonyoscache2.4.1 在servlet.xml中出现The prefix ""oscache"" for element ""oscache:config"" is not bound.错误

ASP.Net错误信息 &amp;lt;authentication mode=&amp;quot;Windows&amp;quot;/&amp;gt;的解决方法

Line 33:             安全身份验证模式,以标识传入的用户. Line 34:         -->Line 35:         <authentication mode="Windows"/>Line 36:         <!--Line 37:             如果在执行请求的过程中出现未处理的错误,则通过 <customErrors> 节 解决方案: 1.把目录设置一个独立站点,不用虚拟目录.2.适用虚拟目录

&amp;quot;0xc000007b&amp;quot;错误的解决方法

出现这个错误,可能是硬件的问题,也可能是软件的问题.但是,由于硬件引起该问题的概率很小,并且除了更换硬件之外没有更好的解决方法,因此本文将详细介绍如何通过软件解决此问题,这也是大家最关心的.   方法一.简便万能,一键修复,使用DirectX修复工具. 该款软件采用傻瓜式一键操作,只要点一个按钮,就能自动完成校验.检测.修复.注册的功能,十分简便易用.该软件可支持Windows XP.Windows Vista.Windows 7操作系统,可以同时兼容32位与64位操作系统.大家完全不必操心自己

asp net iis-&amp;amp;quot;/&amp;amp;quot;应用程序中的服务器错误.

问题描述 "/"应用程序中的服务器错误. 分析器错误 说明: 在分析向此请求提供服务所需资源时出错.请检查下列特定分析错误详细信息并适当地修改源文件. 分析器错误消息: 未能创建类型"SearchAmountOfProduct".源错误: 行 1: <%@ WebService Language="C#" CodeBehind="~/App_Code/SearchAmountOfProduct.cs" Class=&qu