简体   繁体   English

一个很好的免费库,用于java中的PKCS11

[英]A good free library for PKCS11 in java

i want to use token to purpose : 我想使用令牌来达到目的:

  1. Encrypt with AES 使用AES加密
  2. Decrypt with AES 用AES解密
  3. Create and Encrypt with RSA Public key 使用RSA公钥创建和加密
  4. Create and sign with RSA Private key 使用RSA私钥创建并签名
  5. Create Certificate 创建证书
  6. Fetch RSA Kies 获取RSA Kies

i want to find a good API to do this.i found iaik wrapper but it seems the JCE Library to Create Certificate and sign is not free. 我想找到一个很好的API来做这个。我找到了iaik包装但似乎JCE库创建证书和标志是不是免费的。 could some body please introduce a good free library? 有些人可以介绍一个好的免费图书馆吗?

For Java the reference is : BouncyCastle crypto library JCE and BCmail 对于Java,参考是:BouncyCastle加密库JCE和BCmail

I allready use it to do what you are looking for 我已经用它来做你想要的

Bruno 布鲁诺

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM