Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Session(val requestFormat: String, val requestDocType: String, val requestId: String, val protocol: Protocol, val nonce: ByteString, val origin: String, val host: String, val encryptionKey: EcPrivateKey, val signRequest: Boolean = true, val encryptResponse: Boolean = true, var responseUri: String? = null, var deviceResponse: ByteArray? = null, var verifiablePresentation: String? = null, var sessionTranscript: ByteArray? = null, var responseWasEncrypted: Boolean = false)