Commit Graph

52 Commits

Author SHA1 Message Date
collaboratewithakash 6ad2b04afb backlink updated 2023-05-30 17:26:02 +05:30
Dhawal Kapil 7026b0abc9 JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
Shaun Phillips ab892ba982 BAEL-4487 Add Crypto Exceptions (#13183) 2022-12-28 08:52:02 +01:00
Krzysiek 32c8413f82 JAVA-8436: Remove AssertJ depenendency from the child modules - part 4 2021-11-18 14:03:13 +01:00
sampadawagde 37961b7d27 JAVA-8282: Moved 5 articles from core-java-security-2 module to new
module core-java-security-algorithms
2021-11-14 11:05:34 +05:30
freelansam a5bcd85b16 JAVA-7433: Fix references to parents (#11275) 2021-10-05 01:08:39 +05:30
johnA1331 817c2a6e84 Update README.md 2021-07-02 05:36:03 +08:00
majewsk6 90f629824f BAEL-4269 3DES in Java 2021-06-09 09:06:15 +02:00
Bhabani Prasad Patel 8eb252eae6 Removing this piece of code as been moved to a new module. (#10820) 2021-05-29 13:23:38 +02:00
Bhabani Prasad Patel bef5794314 Code commit for BAEL-4489 (#10790)
* Code commit for "Converting String to BigDecimal in Java" - Article

* modified the assert param for comparing actual and expected values

* removed the conflict change

* Code commit for Secret Key to String and vice versa in java

* renaming the junit class name to match coding standard
2021-05-22 11:17:58 +02:00
sampadawagde db5991efb9 JAVA-5223: Fix formatting of POMs (Part 5) 2021-05-06 22:41:38 +05:30
johnA1331 e23aaae534 Update README.md 2021-04-14 23:40:01 +08:00
Krzysztof Majewski 9706d7b6fd Bael 4485 (#10612)
* BAEL-4485 RSA in Java

* BAEL-4485 RSA in Java

* BAEL-4485 RSA in Java

Co-authored-by: majewsk6 <krzysztof.majewski.km1@contractors.roche.com>
2021-03-31 13:52:31 -07:00
johnA1331 e6f7273954 Update README.md 2021-03-03 20:47:57 +08:00
Roger Yates d3c73637c2 BAEL-4614 JVM property java.security.egd 2021-01-09 07:54:57 +10:00
johnA1331 11cd12ffb5 Update README.md 2020-12-16 17:39:28 +08:00
johnA1331 6d0a360bb4 Update README.md 2020-12-02 19:27:13 +08:00
johnA1331 61f0a1b720 Update README.md 2020-12-02 19:17:18 +08:00
Jonathan Cook eed264e2e4 Merge pull request #10234 from hmdrzsharifi/BAEL-4460
BAEL-4460: Java AES encryption and decryption
2020-11-30 14:20:28 +01:00
sharifi a8b42068a9 add throw clause 2020-11-29 11:46:34 +03:30
sharifi 5274cf403f remove try/catch block and add throw clause 2020-11-29 11:46:11 +03:30
sharifi c57644617d improve import package names 2020-11-17 09:30:20 +03:30
sharifi bba378a141 correct the package name 2020-11-17 09:14:33 +03:30
sharifi b0d7dd8359 edit logger code
improve code quality
2020-11-12 14:08:44 +03:30
sharifi 1b22786001 add clean up files
improve code quality
2020-11-12 14:08:02 +03:30
sharifi d0678c77ab add equals method 2020-11-12 14:06:53 +03:30
sharifi 937f0fb784 Revert "update README file"
This reverts commit 6f785fde
2020-11-08 17:18:20 +03:30
sharifi 6f785fdef5 update README file 2020-11-04 14:28:21 +03:30
sharifi 01baf5c752 add aes main source 2020-11-04 14:28:17 +03:30
sharifi cb48f0bd64 update assertj version 2020-11-04 14:28:12 +03:30
sharifi d584f37af0 add test file 2020-11-04 14:28:06 +03:30
Loredana Crusoveanu 0aebf12bb9 Merge pull request #9768 from tweimer/patch-1
Replace StringBuffer with StringBuilder and add initial capacity
2020-10-16 19:02:17 +03:00
johnA1331 c68b6f68b5 Update README.md 2020-10-02 13:31:26 +08:00
johnA1331 cfdbef76ba Update README.md 2020-10-02 13:09:22 +08:00
Eric Martin 18e32676fe Merge pull request #10057 from chris9408/feature/BAEL-4415
BAEL-4415 get a list of trusted certificates in Java
2020-09-28 22:54:10 -05:00
Cristian Rosu 478e6ccff6 BAEL-4415 correct line continuations indent to 2 spaces 2020-09-23 17:36:48 +03:00
Cristian Rosu 465a878d02 BAEL-4415 correct package name 2020-09-23 17:34:42 +03:00
Reza Ebrahimpour fd9e75c6e2 BAEL-4488 Fix indents 2020-09-21 21:48:26 +03:30
Cristian Rosu 4503d5c3f7 BAEL-4415 get a list of trusted certificates in Java 2020-09-20 19:57:43 +03:00
Reza Ebrahimpour 15ba49d0f4 BAEL-4488 Convert class with main to UnitTest class 2020-09-17 10:25:37 +04:30
Reza Ebrahimpour 0976c32038 BAEL-4488 Create AvailableCiphers 2020-09-15 11:12:24 +04:30
Tobias Weimer 3718d15004 Update SHACommonUtils.java
Replace StringBuffer with StringBuilder and add initial  capacity.
StringBuilder is faster because it is not synchronized.
2020-07-25 23:24:14 +02:00
johnA1331 9057d216f2 Update README.md 2020-07-24 13:24:43 +08:00
Catalin Burcea ff310e08e6 BAEL-4219 - How to read .pem file to get private and public key (#9676) 2020-07-12 11:03:46 -07:00
Loredana Crusoveanu 7ab2f437ee Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
François Dupire 2bdba48843 [JAVA-1657] Junit and Maven Surefire Plugin upgrade in core-java-modules (#9301)
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade

* [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java

* [JAVA-1657] Upgraded JUnit Jupiter version

* [JAVA-1657] Get JUnit 4 dependency transitively
2020-05-25 19:45:48 +05:30
johnA1331 cb016c1027 Update README.md 2020-04-10 16:28:18 +08:00
Sam Millington f9ac384b85 Added BAEL-3604 code (#9020)
* Added BAEL-3604 code
2020-04-08 18:40:34 +01:00
sampadawagde e2b6b4bc92 JAVA-623: Moved 3 articles to core-java-security-2 2020-03-28 16:48:43 +05:30
johnA1331 53c9accfd6 Create README.md 2020-03-18 14:09:32 +08:00