SimplePresentmentSource

constructor(documentStore: DocumentStore, documentTypeRepository: DocumentTypeRepository, readerTrustManager: TrustManager, zkSystemRepository: ZkSystemRepository? = null, skipConsentPrompt: Boolean = false, dynamicMetadataResolver: (requester: Requester) -> TrustMetadata? = { requester -> null }, preferSignatureToKeyAgreement: Boolean = true, domainMdocSignature: String? = null, domainMdocKeyAgreement: String? = null, domainKeylessSdJwt: String? = null, domainKeyBoundSdJwt: String? = null)