public class WonAssembler
extends java.lang.Object
| Constructor and Description |
|---|
WonAssembler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assemble(de.uni_koblenz.aggrimm.icp.crypto.sign.graph.GraphCollection namedSignedGraph,
org.apache.jena.query.Dataset graphOrigin)
Deprecated.
|
static void |
assemble(de.uni_koblenz.aggrimm.icp.crypto.sign.graph.GraphCollection namedSignedGraph,
org.apache.jena.query.Dataset graphOrigin,
java.lang.String sigGraphURI)
Assumes that namedSignedGraph is GraphCollection containing exactly one named graph
that is part of the Dataset graphOrigin, and that for this named graph the signature
is already calculated inside the GraphCollection internally (i.e.
|
static void |
removeSignatureGraphs(org.apache.jena.query.Dataset dataset)
Removes signature graphs from the Dataset.
|
@Deprecated
public static void assemble(de.uni_koblenz.aggrimm.icp.crypto.sign.graph.GraphCollection namedSignedGraph,
org.apache.jena.query.Dataset graphOrigin)
throws java.lang.Exception
namedSignedGraph - GraphCollection containing one named graph with its calculated signaturegraphOrigin - Dataset that contains the graph that has was used to construct the namedSignedGraphjava.lang.Exceptionpublic static void assemble(de.uni_koblenz.aggrimm.icp.crypto.sign.graph.GraphCollection namedSignedGraph,
org.apache.jena.query.Dataset graphOrigin,
java.lang.String sigGraphURI)
throws java.lang.Exception
namedSignedGraph - GraphCollection containing one named graph with its calculated signaturegraphOrigin - Dataset that contains the graph that has was used to construct the namedSignedGraphsigGraphURI - the name (URI) of the graph that should be assigned to the signature graphjava.lang.Exceptionpublic static void removeSignatureGraphs(org.apache.jena.query.Dataset dataset)
dataset - from which graphs representing signatures have to be removedCopyright © 2018. All Rights Reserved.