Session

constructor(requestFormat: String, requestDocType: String, requestId: String, protocol: Protocol, nonce: ByteString, origin: String, host: String, encryptionKey: EcPrivateKey, signRequest: Boolean = true, encryptResponse: Boolean = true, responseUri: String? = null, deviceResponses: MutableList<ByteArray> = mutableListOf(), verifiablePresentations: MutableList<String> = mutableListOf(), sessionTranscript: ByteArray? = null, responseWasEncrypted: Boolean = false)