File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/main/java/com/danubetech/verifiablecredentials/jsonld Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,13 @@ public class VerifiableCredentialKeywords {
2828 public static final String JSONLD_TERM_CREDENTIALREFERENCE = "credentialReference" ;
2929 public static final String JSONLD_TERM_REVOCATIONSERVICE = "revocationService" ;
3030
31+ public static final String JSONLD_TERM_BLOCKCHAIN_HASH_PROOF_2020 = "BlockchainHashProof2020" ;
32+
33+ /*
34+ * https://w3id.org/vc-revocation-list-2020/v1
35+ */
36+
3137 public static final String JSONLD_TERM_REVOCATION_LIST_2020_STATUS = "RevocationList2020Status" ;
3238 public static final String JSONLD_TERM_REVOCATIONLISTINDEX = "revocationListIndex" ;
3339 public static final String JSONLD_TERM_REVOCATIONLISTCREDENTIAL = "revocationListCredential" ;
34-
35- public static final String JSONLD_TERM_BLOCKCHAIN_HASH_PROOF_2020 = "BlockchainHashProof2020" ;
3640}
You can’t perform that action at this time.
0 commit comments