test.java
上传用户:lior1029
上传日期:2013-05-07
资源大小:209k
文件大小:0k
源码类别:

CA认证

开发平台:

Java

  1. package org.infosecurity.cryptography;
  2. /**
  3.  * <p>Title: 中国信息安全组织</p>
  4.  * <p>Description: </p>
  5.  * <p>Copyright: Copyright (c) 2003</p>
  6.  * <p>Company: 中信信息安全组织(CISO)</p>
  7.  * @author 张荣华
  8.  * @version 1.0.2003
  9.  */
  10. public class test {
  11.     public test() {
  12.     }
  13.     public static void main(String[] args) {
  14.         test test1 = new test();
  15.     }
  16. }