Uses of Interface
de.fuberlin.wiwiss.ng4j.swp.SWPAuthority

Packages that use SWPAuthority
de.fuberlin.wiwiss.ng4j.swp   
de.fuberlin.wiwiss.ng4j.swp.impl   
 

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

Methods in de.fuberlin.wiwiss.ng4j.swp that return SWPAuthority
 SWPAuthority[] SWPNamedGraph.getAssertingAuthorities()
           
 SWPAuthority[] SWPNamedGraph.getAssertingAuthoritiesWithVerifyableSignature()
           
 SWPAuthority SWPWarrant.getAuthority()
          Returns the authority of this warrant.
 SWPAuthority[] SWPNamedGraph.getQuotingAuthorities()
           
 

Methods in de.fuberlin.wiwiss.ng4j.swp with parameters of type SWPAuthority
 boolean SWPNamedGraphSet.assertGraphs(ArrayList listOfGraphNames, SWPAuthority authority, ArrayList listOfAuthorityProperties)
          Given an list of graph names and an SWP authority, assert each listed graph with this authority.
 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 SWPNamedGraph.assertWithSignature(SWPAuthority authority, Node signatureMethod, ArrayList listOfAuthorityProperties)
          Given an SWP Authority, digitally sign the current graph according to the signatureMethod.
 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.
 ExtendedIterator SWPNamedGraphSet.getAllAssertedGraphs(SWPAuthority authority)
          Returns an iterator over all named graphs asserted by a given authority.
 ExtendedIterator SWPNamedGraphSet.getAllQuotedGraphs(SWPAuthority authority)
          Returns an iterator over all named graphs quoted by a given authority.
 ExtendedIterator SWPNamedGraphSet.getAllWarrants(SWPAuthority authority)
          Returns an iterator over all SWPWarrants for a given authority.
 boolean SWPNamedGraphSet.quoteGraphs(ArrayList listOfGraphNames, SWPAuthority authority, ArrayList listOfAuthorityProperties)
           
 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.
 boolean SWPNamedGraph.swpAssert(SWPAuthority authority)
           
 boolean SWPNamedGraphSet.swpAssert(SWPAuthority authority)
           
 boolean SWPNamedGraph.swpAssert(SWPAuthority authority, ArrayList listOfAuthorityProperties)
          Given an SWP Authority, assert the current graph with this Authority.
 boolean SWPNamedGraphSet.swpAssert(SWPAuthority authority, ArrayList listOfAuthorityProperties)
          Given an SWP Authority, assert all graphs in the graphset with this Authority.
 boolean SWPNamedGraph.swpQuote(SWPAuthority authority)
           
 boolean SWPNamedGraphSet.swpQuote(SWPAuthority authority)
           
 boolean SWPNamedGraph.swpQuote(SWPAuthority authority, ArrayList listOfAuthorityProperties)
          Given an SWP Authority, quote the current graph with this Authority.
 boolean SWPNamedGraphSet.swpQuote(SWPAuthority authority, ArrayList listOfAuthorityProperties)
          Given an SWP Authority, quote all graphs in the graphset with this Authority.
 

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

Classes in de.fuberlin.wiwiss.ng4j.swp.impl that implement SWPAuthority
 class SWPAuthorityImpl
          An SWPAuthority represents information about an authorty like id, label, eMail, keys and certificates
 

Methods in de.fuberlin.wiwiss.ng4j.swp.impl that return SWPAuthority
 SWPAuthority[] SWPNamedGraphImpl.getAssertingAuthorities()
           
 SWPAuthority[] SWPNamedGraphImpl.getAssertingAuthoritiesWithVerifyableSignature()
           
 SWPAuthority SWPWarrantImpl.getAuthority()
           
 SWPAuthority[] SWPNamedGraphImpl.getQuotingAuthorities()
           
 

Methods in de.fuberlin.wiwiss.ng4j.swp.impl with parameters of type SWPAuthority
 boolean SWPNamedGraphSetImpl.assertGraphs(ArrayList listOfGraphNames, SWPAuthority authority, ArrayList listOfAuthorityProperties)
           
 boolean SWPNamedGraphSetImpl.assertGraphsWithSignature(ArrayList listOfGraphURIs, SWPAuthority authority, Node signatureMethod, Node digestMethod, ArrayList listOfAuthorityProperties, String keystore, String password)
           
 boolean SWPNamedGraphImpl.assertWithSignature(SWPAuthority authority, Node signatureMethod, ArrayList listOfAuthorityProperties)
           
 boolean SWPNamedGraphSetImpl.assertWithSignature(SWPAuthority authority, Node signatureMethod, Node digestMethod, ArrayList listOfAuthorityProperties, String keystore, String password)
           
 ExtendedIterator SWPNamedGraphSetImpl.getAllAssertedGraphs(SWPAuthority authority)
           
 ExtendedIterator SWPNamedGraphSetImpl.getAllQuotedGraphs(SWPAuthority authority)
           
 ExtendedIterator SWPNamedGraphSetImpl.getAllWarrants(SWPAuthority authority)
           
 boolean SWPNamedGraphSetImpl.quoteGraphs(ArrayList listOfGraphNames, SWPAuthority authority, ArrayList listOfAuthorityProperties)
           
 boolean SWPNamedGraphSetImpl.quoteWithSignature(SWPAuthority authority, Node signatureMethod, Node digestMethod, ArrayList listOfAuthorityProperties, String keystore, String password)
           
 boolean SWPNamedGraphImpl.swpAssert(SWPAuthority authority)
           
 boolean SWPNamedGraphSetImpl.swpAssert(SWPAuthority authority)
           
 boolean SWPNamedGraphImpl.swpAssert(SWPAuthority authority, ArrayList listOfAuthorityProperties)
           
 boolean SWPNamedGraphSetImpl.swpAssert(SWPAuthority authority, ArrayList listOfAuthorityProperties)
           
 boolean SWPNamedGraphImpl.swpQuote(SWPAuthority authority)
           
 boolean SWPNamedGraphSetImpl.swpQuote(SWPAuthority authority)
           
 boolean SWPNamedGraphImpl.swpQuote(SWPAuthority authority, ArrayList listOfAuthorityProperties)
           
 boolean SWPNamedGraphSetImpl.swpQuote(SWPAuthority authority, ArrayList listOfAuthorityProperties)