kusaint
Soongsil University(SSU) u-Saint Parser with Kotlin Multiplatform.
Prerequisites
JVM !!IMPORTANT!!
To run kusaint as a library in JVM environment. You have to install DigiCert root CAs from u-Saint or other ssu sites.
This library won't disable ssl checks just because root CAs in ssu aren't included default keystore of JVM.
Download all three certificates, and install to keystore
using keytool
.
Write alias
whatever you want, but add all three cert's path in cert
.
After execution, you will prompt to type password of keystore.
Default password of keystore is changeit
, so if you weren't changed the password, type it.
JS
In JavaScript, kusaint automatically installs required certificates.
Installation
JVM
Add GitHub Packages repository with url https://maven.pkg.github.com/EATSTEAK
and add the xyz.eatsteak.kusaint-jvm
dependency.
Maven
Gradle (Groovy)
Gradle (Kotlin DSL)
JS
JavaScript Installation isn't ready for npm yet.
If you use gradle
or maven
for javascript dependencies, you can add dependency xyz.eatsteak.kusaint-js
.
Usage
For more info, please refer to Docs.