CommunityID is taken now from default value or dataset file in readable digit-string Format. Benefits: - internal "NotOnChip" function is now working for DG18 - The value is readable ;-)
39 lines
1.5 KiB
Plaintext
39 lines
1.5 KiB
Plaintext
# This is an example dataset file for the virtual smartcard.
|
|
# Datagroups are just given in plain ascii, separated by =.
|
|
# The File is passed to the virtual smartcard emulator via
|
|
# command line option -d, with or without path.
|
|
#
|
|
# Identifier '<NotOnChip>' as parameter value will trigger R-APDU "ERR_FILENOTFOUND" (0x6A82)
|
|
# which indicates in eID service "Attribute not on chip"
|
|
# since first versions of nPA / eAT did not have those data groups
|
|
# example: BirthName=<NotOnChip>
|
|
# This is applicable for ReligiousArtisticName, Nationality, BirthName, ResidencePermit1
|
|
# It may be used for other data groups as well, but makes no sence there
|
|
#
|
|
# Notice: Leading and trailing spaces in value (after equal sign) are part of value string!!!!
|
|
#
|
|
|
|
# DocumentType "ID" will be nPA, "AR" (and other) will be eAT
|
|
DocumentType=ID
|
|
IssuingState=D
|
|
DateOfExpiry=20201031
|
|
GivenNames=Gertrud
|
|
FamilyNames=Mueller
|
|
ReligiousArtisticName=ǏǐǑǒǓǔǞǟǤǥǦǧǨǩǪǫǬǭǮǯǰǴǵǺǻǼǽǾǿȘșȚțȞȟȪȫȮȯȰ
|
|
AcademicTitle=
|
|
DateOfBirth=19530304
|
|
PlaceOfBirth=BERLIN FRIEDENAU
|
|
Nationality=DE
|
|
Sex=F
|
|
BirthName=Schultze
|
|
# helper switch "PlaceOfResidence=<NotOnChip>" can be used to bypass Country, City, ZIP and Street block
|
|
Country=D
|
|
City=BREMEN
|
|
ZIP=28195
|
|
Street=STADTMUSIKANTENWEG 12a
|
|
CommunityID=02760302540021
|
|
|
|
# ResidencePermit1 and ResidencePermit2 are part of eAT only
|
|
ResidencePermit1=Nebenbestimmungen I Text...(up to 750 characters)
|
|
ResidencePermit2=Nebenbestimmungen II Text.....(up to 250 characters)
|