PresentationSession

abstract class PresentationSession

Class for presenting multiple documents to a remote verifier.

This should be used for all interactions with a remote verifier instead of the now deprecated getEntries method. Use createPresentationSession to create a instance.

Inheritors

Functions

Link copied to clipboard
Retrieves data from a named credential in the current presentation session.
Link copied to clipboard
Link copied to clipboard
Gets the ephemeral key pair to use to establish a secure channel with the verifier.
Link copied to clipboard
abstract fun setReaderEphemeralPublicKey(@NonNull readerEphemeralPublicKey: PublicKey)
Set the ephemeral public key provided by the verifier.
Link copied to clipboard
abstract fun setSessionTranscript(@NonNull sessionTranscript: Array<Byte>)
Set the session transcript.