wolfssl-examples/java/https-url
Jacob Barthelmeh a8b06a52ae add java https url example 2020-02-03 12:21:45 -07:00
..
README.md add java https url example 2020-02-03 12:21:45 -07:00
URLClient.java add java https url example 2020-02-03 12:21:45 -07:00

README.md

Example HTTPS URL use with wolfJSSE

Example of Building javac -cp ~/Documents/wolfssljni/lib/wolfssl-jsse.jar URLClient.java

Example of Running

java -Djava.library.path=/Users//Documents/wolfssljni/lib/ -classpath ~/Documents/wolfssljni/lib/wolfssl-jsse.jar:./ URLClient -h https://www.google.com -A ../example-keystores/external.jks:"wolfSSL test"