Skip to content

Commit

Permalink
feat: Switch to security-vocab version 3.
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Sabadello <[email protected]>
  • Loading branch information
peacekeeper committed Nov 12, 2020
1 parent 94d6efe commit f3a5c96
Show file tree
Hide file tree
Showing 8 changed files with 410 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/main/java/info/weboftrust/ldsignatures/LdProof.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

public class LdProof extends JsonLDObject {

public static final URI[] DEFAULT_JSONLD_CONTEXTS = { LDSecurityContexts.JSONLD_CONTEXT_W3ID_SECURITY_V2 };
public static final URI[] DEFAULT_JSONLD_CONTEXTS = { LDSecurityContexts.JSONLD_CONTEXT_W3ID_SECURITY_V3 };
public static final String[] DEFAULT_JSONLD_TYPES = { };
public static final String DEFAULT_JSONLD_PREDICATE = LDSecurityKeywords.JSONLD_TERM_PROOF;
public static final DocumentLoader DEFAULT_DOCUMENT_LOADER = LDSecurityContexts.DOCUMENT_LOADER;
Expand Down
Loading

0 comments on commit f3a5c96

Please sign in to comment.