Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

补充一些金额转换方法以及强制创建文件方法(当目录不存在的时候先创建目录) #134

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Oct 19, 2018

  1. Configuration menu
    Copy the full SHA
    08be5e6 View commit details
    Browse the repository at this point in the history
  2. 注释测试代码

    haven.zhang committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    24f7cad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a67931 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. 增加如下功能:

    1.秘钥管理,如对称秘钥、非对称秘钥产生,公私钥读取,转换等
    2.数字签名工具
    3.对称加密&非对称加密工具
    zhanggh authored and haven.zhang committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    b2d32dd View commit details
    Browse the repository at this point in the history
  2. 补充签名测试代码

    haven.zhang committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    40236e6 View commit details
    Browse the repository at this point in the history
  3. 修改安全提供者为BC

    haven.zhang committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    d6df60a View commit details
    Browse the repository at this point in the history
  4. openjdk暂时不支持EC,暂时注释EC的test代码

    zhanggh authored and haven.zhang committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    4e738a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Configuration menu
    Copy the full SHA
    ce93f93 View commit details
    Browse the repository at this point in the history
  2. 增加id生成器

    zhanggh committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    a033b4d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. 增加证书管理相关功能,生成x509证书,生成p12/pfx格式的私钥证书,生成jks格式的keystore密钥库,从密钥库中读取私钥、公钥…

    …、证书、公私钥转换正常pem格式的文件、从pem格式的文件内容中读取公私钥或者证书、生成csr证书请求、从证书请求中获取公钥等等
    zhanggh authored and haven.zhang committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    80a8195 View commit details
    Browse the repository at this point in the history
  2. 更新失败的单元测试用例

    zhanggh authored and haven.zhang committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    be70736 View commit details
    Browse the repository at this point in the history
  3. 修改证书管理工具单元测试用例

    haven.zhang committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    a67869e View commit details
    Browse the repository at this point in the history