Using PSL
From Opium
In order to help you get the most out of PSL we have provided the following walk through of how to use PSL.
- Connector
- Connector class is what you will implement (or use one of the provided ones) in order to convert your triples into PSLTriple.
- TripleSigner
- You will use TripleSigner class to convert the collection of triples (from the connector) to a hash. You will then sign the hash.
- You can also use this class to verify signed triples
