This is an automated email from the ASF dual-hosted git repository.
angeh pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-lang.git.
from f25d559 Merge pull request #9 from ebenezergraham/FINCN-157
new 460a33b Add convenicence method to print out RSA keys.
new 32299cd Removed Assert.notNull statements as @Nonnull compiler level
annotation already takes care of checking against null values. With these lines
gone - spring-core is not needed to generate RSA keys from command line so
removed that from example.
new 0178192 Make configurable which style to output
new 5ca093c Merge pull request #10 from aasaru/generate_rsa_key
The 78 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 17 ++++++++
.../org/apache/fineract/cn/lang/DateConverter.java | 8 ----
.../org/apache/fineract/cn/lang/DateRange.java | 4 +-
.../fineract/cn/lang/TenantContextHolder.java | 1 -
.../cn/lang/security/RsaKeyPairFactory.java | 22 ++++++++++-
.../cn/lang/security/RsaKeyPairFactoryTest.java | 45 +++++++++++++++++++++-
6 files changed, 82 insertions(+), 15 deletions(-)