Skip to content

Jxpro/x509-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

X509Util

❓Introduction

This is a java util class mainly with some methods to generate X509V3Certificate and X509v2CRL.

There are three ways to generate certificates in the utility class, using the following three different JCE API:

  1. X509V3CertificateGenerator(Deprecated, but still valid)
  2. X509v3CertificateBuilder(Not recommended, because its DN uses X500Name)
  3. JcaX509v3CertificateBuilder(extended X509v3CertificateBuilder, is the best choice)

There are a number of other helper methods in the utility class, with detailed explanations in the comments.

📧Contact me

If you have any concerns here, please post as Github issues, or send an e-mail to Joker Xin by [email protected].

About

Java util mainly to generate X509V3Certificate and X509v2CRL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages