MultipazProject
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
MultipazProject
multipaz
/
org.multipaz.rpc.server
Package-level
declarations
Types
Functions
Properties
Types
Client
Check
Impl
Link copied to clipboard
class
ClientCheckImpl
:
ClientCheck
,
RpcAuthInspector
Client
Registration
Impl
Link copied to clipboard
class
ClientRegistrationImpl
(
var
registrationChallenge
:
ByteString
?
=
null
)
:
ClientRegistration
Properties
cbor
Schema
Id
Link copied to clipboard
val
ClientCheckImpl.Companion
.
cborSchemaId
:
ByteString
val
ClientRegistrationImpl.Companion
.
cborSchemaId
:
ByteString
Client
Check
Impl_
cbor
Schema
Id
Link copied to clipboard
val
ClientCheckImpl_cborSchemaId
:
ByteString
Client
Registration
Impl_
cbor
Schema
Id
Link copied to clipboard
val
ClientRegistrationImpl_cborSchemaId
:
ByteString
Functions
from
Cbor
Link copied to clipboard
fun
ClientCheckImpl.Companion
.
fromCbor
(
data
:
ByteArray
)
:
ClientCheckImpl
fun
ClientRegistrationImpl.Companion
.
fromCbor
(
data
:
ByteArray
)
:
ClientRegistrationImpl
from
Data
Item
Link copied to clipboard
fun
ClientCheckImpl.Companion
.
fromDataItem
(
dataItem
:
DataItem
)
:
ClientCheckImpl
fun
ClientRegistrationImpl.Companion
.
fromDataItem
(
dataItem
:
DataItem
)
:
ClientRegistrationImpl
register
Link copied to clipboard
fun
ClientCheckImpl.Companion
.
register
(
dispatcherBuilder
:
RpcDispatcherLocal.Builder
)
fun
ClientRegistrationImpl.Companion
.
register
(
dispatcherBuilder
:
RpcDispatcherLocal.Builder
)
to
Cbor
Link copied to clipboard
fun
ClientCheckImpl
.
toCbor
(
)
:
ByteArray
fun
ClientRegistrationImpl
.
toCbor
(
)
:
ByteArray
to
Data
Item
Link copied to clipboard
fun
ClientCheckImpl
.
toDataItem
(
)
:
DataItem
fun
ClientRegistrationImpl
.
toDataItem
(
)
:
DataItem