Skip to content

tjdragon/scala-cliente

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scala-cliente

SCALA Cliente Demo Code / SCALA Cliente Connettività dimostrazione

java version

All code must use Java 8 minimum

java dependencies

Libs dependencies are found in the pom.xml

client certificate import

This is how to import the provided certificate to the Java KeyStore

jdk/bin/keytool -importkeystore -srckeystore mypfxfile.pfx -srcstoretype pkcs12 -destkeystore clientcert.jks -deststoretype JKS

HMAC timestamp and transaction id

Each request must have a different transaction id and a continuously increasing timestamp The timestamp is just an integer that for each request is greater than the previous one

About

SCALA Cliente Demo Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages