Topic: 请教java.security.KeyGenerator类的使用的问题 |
Print this page |
1.请教java.security.KeyGenerator类的使用的问题 | Copy to clipboard |
Posted by: alicecyh Posted on: 2004-03-12 10:29 我的jsp的部分代码如下: <%@ page import="java.security.* , javax.crypto.*" %> <% KeyGenerator keygen = KeyGenerator.getInstance("AES"); %> 可是却出现如下的异常: java.security.NoSuchAlgorithmException: Algorithm AES not available 可是"AES"是standard name of the requested secret-key algorithm啊? 为什么出这样的异常呢? |
2.Re:请教java.security.KeyGenerator类的使用的问题 [Re: alicecyh] | Copy to clipboard |
Posted by: menzy Posted on: 2004-03-15 08:22 没有实现。 基本上的包都应当由实现,但是类似mail\crypto\jdbc等只是定义了框架,具体的实现由厂商提供,所谓的spi. 你可以在classpath里面增加第三方的实现包,castle或cryptix的等等。 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |