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
class RqesOpenId4VpVerifier( clientIdScheme: ClientIdScheme, keyMaterial: KeyMaterial = EphemeralKeyWithoutCert(), verifier: Verifier = VerifierAgent(identifier = clientIdScheme.clientId), jwsService: JwsService = DefaultJwsService(DefaultCryptoService(keyMaterial)), verifierJwsService: VerifierJwsService = DefaultVerifierJwsService(DefaultVerifierCryptoService()), verifierCoseService: VerifierCoseService = DefaultVerifierCoseService(DefaultVerifierCryptoService()), timeLeewaySeconds: Long = 300, clock: Clock = Clock.System, nonceService: NonceService = DefaultNonceService(), stateToAuthnRequestStore: MapStore<String, AuthenticationRequestParameters> = DefaultMapStore()) : OpenId4VpVerifier
Verifier with access to TransactionData class can now generate requests containing TransactionData
Link copied to clipboard
RequestOptions which use QesInputDescriptor instead of DifInputDescriptor