ActiveVerificationImpl
abstract class ActiveVerificationImpl(request: VerificationRequest, requestIsFromOurOwn: Boolean, ownUserId: UserId, ownDeviceId: String, val theirUserId: UserId, theirInitialDeviceId: String?, val timestamp: Long, supportedMethods: Set<VerificationMethod>, val relatesTo: RelatesTo.Reference?, val transactionId: String?, keyStore: KeyStore, keyTrustService: KeyTrustService, json: Json, driver: CryptoDriver) : ActiveVerification
Inheritors
Constructors
Link copied to clipboard
constructor(request: VerificationRequest, requestIsFromOurOwn: Boolean, ownUserId: UserId, ownDeviceId: String, theirUserId: UserId, theirInitialDeviceId: String?, timestamp: Long, supportedMethods: Set<VerificationMethod>, relatesTo: RelatesTo.Reference?, transactionId: String?, keyStore: KeyStore, keyTrustService: KeyTrustService, json: Json, driver: CryptoDriver)