Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 664 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 664 Bytes

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.