Skip to content

Commit

Permalink
update residence credential JSON example
Browse files Browse the repository at this point in the history
  • Loading branch information
kuronosec committed Jan 3, 2025
1 parent 7e38997 commit 0a8356b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/examples/residence-credential.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"name": "Resident Card",
"issuer": "http://fdi.sinpe.fi.cr/repositorio/CA%20SINPE%20-%20PERSONA%20FISICA%20v2(2).crt",
"validFrom": "2024-10-07T00:06:55Z",
"validUntil": "2024-11-07T00:06:55Z",
"validFrom": "2024-12-30T23:55:05Z",
"validUntil": "2024-12-30T23:55:05Z",
"credentialSubject": {
"type": [
"Person",
Expand All @@ -23,45 +23,45 @@
},
"proof": {
"type": "RsaSignature2018",
"created": "2024-10-07T00:06:55Z",
"created": "2024-12-30T23:55:05Z",
"verificationMethod": "http://fdi.sinpe.fi.cr/repositorio/CA%20SINPE%20-%20PERSONA%20FISICA%20v2(2).crt",
"proofPurpose": "authentication",
"signatureValue": {
"public": [
"15100764808137121660160871414130376377652473835020058565951744372715764457760",
"12477648081327231904288246528827955040023174159220625181509839239260789220892",
"16879043884410365203798709670861176783533806137646914728782854274537962756810",
"1",
"2280744234",
"10010552857485068401460384516712912466659718519570795790728634837432493097374"
"4056382825",
"7357755334026421178886688227554742882756207547980749236266228546297847300703"
],
"proof": {
"pi_a": [
"8827605669726650490546700258329859282003306732353405939934149486634754787618",
"2393121054808391594891839759106064655903548275626993164180268181330872858286",
"17946981504173295868209811243955266212031997986705208861507869348760557026433",
"10956433505625275528891857542219682346629501444864488402833139033715289278498",
"1"
],
"pi_b": [
[
"18773241509811480835047589731371204534596332437221419812470566427747335285849",
"15653299959741780874469133703739360768437115383218332800621672963240361361777"
"18985828097109412765499789104423442004039121126479957810285855756540774680440",
"5413402561850949305642360028867617106492414407130769780273262816473494078055"
],
[
"4400082306848776477646389393970059457418499330419293138049106154730486098498",
"3442990474497460298361384367879276785473084224319393431654930726648613055816"
"15907495822622514260083908777836833757314324475252960208311747416938788054633",
"15039195567841475891264716735554394910274146866480358696376351361731401862723"
],
[
"1",
"0"
]
],
"pi_c": [
"20245393433268581554924514926441962233380937530515403456943474568695736113462",
"20119836273744431896952678764173780516491420877176314367645203839822060487207",
"20696698824706212597938517740789271823485224403983605554718118209630713169588",
"17429475053270026160961881524960488899660492519367516995463927026903866201536",
"1"
],
"protocol": "groth16",
"curve": "bn128"
}
}
}
}
}

0 comments on commit 0a8356b

Please sign in to comment.