Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 604 Bytes

java.md

File metadata and controls

9 lines (5 loc) · 604 Bytes

Java Security

ToDo

  1. Basic Java Security, mapping the Concepts, with some wording inspired by Tink already

  2. https://github.com/google/tink, like https://github.com/google/tink/blob/master/docs/JAVA-HOWTO.md

  3. NB: Consider https://github.com/google/conscrypt due to: If you’re developing on this code you will need Oracle JDK in order to run the tests. The reason why is because we test strong cryptography algorithms such as Elliptic Curve and these are not available by default with OpenJDK itself. (from https://github.com/vert-x3/vertx-auth/tree/master/vertx-auth-jwt)