How to Use and Verify Presentation
Presentation provides a variety of get methods to get internal elements, such as ID, holder, number of credentials, contents of credentials, etc. Refer to the API documentation for these methods.
Presentation also provides a method of completeness and validity check, which not only checks the correctness of each element of the Presentation itself, but also checks the validity of internal elements such as holder and Credential.
Usage
Presentation provides methods to check its integrity and each element, such as the integrity of Presentation holder and the integrity of each encapsulated Credential.
Presentation provides methods to check the Presentation and the validity of each element, such as the validity of Presentation holder and the validity of each encapsulated Credential. Validity includes completeness.
Last updated