Deprecated API

Deprecated Methods
org.rdfcontext.signing.LiveDBinSignature.checkPublicAvailability(IURLResolver)
          this method should no more be used to check the availability, it should be done at a upper level... 
 

Deprecated Constructors
org.rdfcontext.signing.RDFSigner(Model)
          This constructor create a signr given a generic Model. The signature process works only on MSGs! 
org.rdfcontext.signing.RDFSigner(Model, IURLResolver)
          This constructor create a signr given a generic Model. The signature process works only on MSGs! 
org.rdfcontext.signing.SignatureReport(LiveDBinSignature, String, IURLResolver)
          This constructor might not been used. The right way to sign data is via RDFSigner.signModel() method.