Java Cryptography Concepts

From NovaOrdis Knowledge Base
Revision as of 06:42, 24 November 2018 by Ovidiu (talk | contribs) (→‎Cipher)
Jump to navigation Jump to search

Internal

Java Cryptographic Extension (JCE) Framework

Cipher class is the core of JCE.

Cipher

https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html

Cryptographic Algorithm

Example: "AES"

Feedback Mode

Example: "CBC"

Padding Scheme

Example: "PKCS5Padding"