Skip to content

javierjeronimo/jce-example-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jce-example-2

This repo includes some examples of how to perform programmatically in JAVA the following tasks:

  • Create a JAVA keystore
  • Create a V1 certificate
  • Create a V3 certificate
  • Create a Certificate Revocation List (CRL)
  • Create a Certificate Signing Request
  • Import a certificates to a specific JKS file
  • Import a certificate to system's default JKS file
  • Sign a JAR with a certificate present in a JKS file

It uses JAVA 8 JCE and Bouncy Castle and each point form the previous list has been implemented as a method in a class and a unit test to check its correct behaviour.

Usage

mvn clean package

About

JCE & Bouncy Castle Example - CRT, CRL...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages