MultipazProject
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
MultipazProject
multipaz
/
org.multipaz.securearea
/
PassphraseConstraints
/
Companion
Companion
object
Companion
Members
Members & Extensions
Properties
cbor
Schema
Id
Link copied to clipboard
val
PassphraseConstraints.Companion
.
cborSchemaId
:
ByteString
NONE
Link copied to clipboard
val
NONE
:
PassphraseConstraints
PASSPHRASE_
FOUR_
CHARS
Link copied to clipboard
val
PASSPHRASE_FOUR_CHARS
:
PassphraseConstraints
PASSPHRASE_
FOUR_
CHARS_
OR_
LONGER
Link copied to clipboard
val
PASSPHRASE_FOUR_CHARS_OR_LONGER
:
PassphraseConstraints
PASSPHRASE_
SIX_
CHARS
Link copied to clipboard
val
PASSPHRASE_SIX_CHARS
:
PassphraseConstraints
PASSPHRASE_
SIX_
CHARS_
OR_
LONGER
Link copied to clipboard
val
PASSPHRASE_SIX_CHARS_OR_LONGER
:
PassphraseConstraints
PIN_
FOUR_
DIGITS
Link copied to clipboard
val
PIN_FOUR_DIGITS
:
PassphraseConstraints
PIN_
FOUR_
DIGITS_
OR_
LONGER
Link copied to clipboard
val
PIN_FOUR_DIGITS_OR_LONGER
:
PassphraseConstraints
PIN_
SIX_
DIGITS
Link copied to clipboard
val
PIN_SIX_DIGITS
:
PassphraseConstraints
PIN_
SIX_
DIGITS_
OR_
LONGER
Link copied to clipboard
val
PIN_SIX_DIGITS_OR_LONGER
:
PassphraseConstraints
Functions
from
Cbor
Link copied to clipboard
fun
PassphraseConstraints.Companion
.
fromCbor
(
data
:
ByteArray
)
:
PassphraseConstraints
from
Data
Item
Link copied to clipboard
fun
PassphraseConstraints.Companion
.
fromDataItem
(
dataItem
:
DataItem
)
:
PassphraseConstraints