HealthCardType
-
Authenticate a challenge on HealthCardType
Note
the HealthCard needs to be in a unlocked (e.g. mrPinHome verified) state.
-
Assign a new secret (value) to a password.
-
Assign a new secret (value) to a password.
-
Read the MF/DF.ESIGN.EF.C.CH.AUT.[E256/R2048] certificate from the receiver
-
Sign a challenge (for example a hash value) for authentication.
Note
Ifdata
is already hashed properly and/or needs no hashing, you must provide a no-op hasher e.g. { data, _ in return data } -
Reset the retry counter of a password object to its start value.
Throws
HealthCardCommandBuilderError -
Reset the retry counter of a password object to its start value.
Throws
HealthCardAccessError -
Reset the retry counter of a password object to its start value while assigning a new secret.
-
Reset the retry counter of a password object to its start value while assigning a new secret.
-
Verify Password for a Pin type
Note
Only supports eGK Card types
-
Verify Password for a Pin type
-
Read the current selected DF/EF File
Note
This Publisher keeps reading till the received number of bytes is
size
or the channel returns 0x6282: endOfFileWarning. When the current channelmaxResponseLength
is less than the expectedsize
, the file is read in chunks and returned as a whole.Throws
Emits
ReadError
on the Publisher in case of failure. -
Select a dedicated file with or without requesting the FileIdentifier’s File Control Parameter.
Throws
emits
SelectError
(orReadError
is case no FCP data could be read and fcp = true)