Uses of Class
de.fuberlin.wiwiss.ng4j.swp.exceptions.SWPBadDigestException

Packages that use SWPBadDigestException
de.fuberlin.wiwiss.ng4j.examples Examples demonstrating the abilities of the Named Graphs for Jena API. 
de.fuberlin.wiwiss.ng4j.swp   
de.fuberlin.wiwiss.ng4j.swp.impl   
 

Uses of SWPBadDigestException in de.fuberlin.wiwiss.ng4j.examples
 

Methods in de.fuberlin.wiwiss.ng4j.examples that throw SWPBadDigestException
static void SWPExample.main(String[] args)
           
 

Uses of SWPBadDigestException in de.fuberlin.wiwiss.ng4j.swp
 

Methods in de.fuberlin.wiwiss.ng4j.swp that throw SWPBadDigestException
 boolean SWPNamedGraphSet.assertGraphsWithSignature(ArrayList listOfGraphNames, SWPAuthority authority, Node signatureMethod, Node digestMethod, ArrayList listOfAuthorityProperties, String keystore, String password)
          Given an list of graphs and an SWP Authority, assert each graph in the graphset with this Authority.
 boolean SWPNamedGraphSet.assertWithSignature(SWPAuthority authority, Node signatureMethod, Node digestMethod, ArrayList listOfAuthorityProperties, String keystore, String password)
          Same as swpAssert, except instead of simply asserting a graph, we sign the asserted graph with a digital signature according to the specified signatureMethod.
 boolean SWPNamedGraphSet.quoteWithSignature(SWPAuthority authority, Node signatureMethod, Node digestMethod, ArrayList listOfAuthorityProperties, String keystore, String password)
          Same as swpQuote, except instead of simply quoting a graph, we sign the quoted graph with a digital signature according to the specified signatureMethod.
 

Uses of SWPBadDigestException in de.fuberlin.wiwiss.ng4j.swp.impl
 

Methods in de.fuberlin.wiwiss.ng4j.swp.impl that throw SWPBadDigestException
 boolean SWPNamedGraphSetImpl.assertWithSignature(SWPAuthority authority, Node signatureMethod, Node digestMethod, ArrayList listOfAuthorityProperties, String keystore, String password)