Uses of Class
org.rdfcontext.signing.LiveDBinSignature

Packages that use LiveDBinSignature
org.rdfcontext.signing   
 

Uses of LiveDBinSignature in org.rdfcontext.signing
 

Subclasses of LiveDBinSignature in org.rdfcontext.signing
 class PGPLiveSignature
           
 class X509LiveSignature
          A LiveDBinSignature implementation which uses a X.509 key to sing data.
 

Methods in org.rdfcontext.signing with parameters of type LiveDBinSignature
 boolean RDFSigner.signModel(LiveDBinSignature liveSign, IURLResolver resolver)
          Sign the current model (passed by Constructor) using the specified LiveDBinSignature.
 boolean RDFSigner.signModel(LiveDBinSignature liveSign)
          Signs a model using the given LiveSignature and the DefaultURLResolver to check the availability of the certificate.
 

Constructors in org.rdfcontext.signing with parameters of type LiveDBinSignature
SignatureReport(LiveDBinSignature live, java.lang.String data, IURLResolver urlResolver)
          Deprecated. This constructor might not been used. The right way to sign data is via RDFSigner.signModel() method.