Package-level declarations
Types
Link copied to clipboard
object Initializer
Link copied to clipboard
class RqesOpenId4VpHolder(clientId: String = "https://wallet.a-sit.at/app", redirectUrl: String = "/callback", oauth2Client: OAuth2Client = OAuth2Client(
clientId = clientId,
redirectUrl = redirectUrl,
))
Wallet service that implements generation of all data classes necessary to successfully end-end a remote signature creation request by a driving application This class focuses on the POTENTIAL UC5 wallet use case and as such currently only supports signHash
. signDoc
is out of testing scope for now but may be added later
Link copied to clipboard
RequestOptions which use QesInputDescriptor instead of DifInputDescriptor