Skip to content

Files

Latest commit

eaedc1c · Apr 17, 2021

History

History

jce-demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 2, 2020
Feb 29, 2020
Mar 27, 2020
Apr 17, 2021

Java Cryptography Extension -demo

Java Cryptography Extension (JCE) - demo covering use cases like:

  • Keypair generation.
  • Self-signed X509 certificate generation (CA certificate) and verification.
  • CA signed X509 certificate generation and verification.
  • Digital signature with verification.
  • Data encryption and decryption.
  • Loading of private key and X509 certificate from Java Key Store (JKS).
  • Serialization and deserialization of X509 certificates.
  • Serialization and deserialization of private keys.

This demo uses Bouncy Castle JCE provider.