MultipazProject
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
MultipazProject
multipaz
/
org.multipaz.provisioning
/
CredentialFormat
Credential
Format
sealed
class
CredentialFormat
Describes a format of a credential.
Inheritors
Mdoc
SdJwt
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Mdoc
Link copied to clipboard
data
class
Mdoc
(
val
docType
:
String
)
:
CredentialFormat
Sd
Jwt
Link copied to clipboard
data
class
SdJwt
(
val
vct
:
String
)
:
CredentialFormat
Properties
format
Id
Link copied to clipboard
abstract
val
formatId
:
String
Functions
to
Cbor
Link copied to clipboard
fun
CredentialFormat
.
toCbor
(
)
:
ByteArray
to
Data
Item
Link copied to clipboard
fun
CredentialFormat
.
toDataItem
(
)
:
DataItem