org.rdfcontext.model
Class RDFContextOnt

java.lang.Object
  extended byorg.rdfcontext.model.RDFContextOnt

public class RDFContextOnt
extends java.lang.Object

This class wraps a jena model representing the ontology used in signing process.


Field Summary
static com.hp.hpl.jena.rdf.model.Property BASE64_SIG_VALUE
           
static com.hp.hpl.jena.rdf.model.Property INVOLVED_URI
           
static com.hp.hpl.jena.rdf.model.Property MSG_REVOCATION
           
static com.hp.hpl.jena.ontology.OntClass MSG_SIGNATURE_STATEMENT
           
static com.hp.hpl.jena.rdf.model.Property PGP_CERTIFICATE
           
static com.hp.hpl.jena.rdf.model.Property X509_CERTIFICATE
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

X509_CERTIFICATE

public static final com.hp.hpl.jena.rdf.model.Property X509_CERTIFICATE

PGP_CERTIFICATE

public static final com.hp.hpl.jena.rdf.model.Property PGP_CERTIFICATE

BASE64_SIG_VALUE

public static final com.hp.hpl.jena.rdf.model.Property BASE64_SIG_VALUE

MSG_SIGNATURE_STATEMENT

public static final com.hp.hpl.jena.ontology.OntClass MSG_SIGNATURE_STATEMENT

MSG_REVOCATION

public static final com.hp.hpl.jena.rdf.model.Property MSG_REVOCATION

INVOLVED_URI

public static final com.hp.hpl.jena.rdf.model.Property INVOLVED_URI
Method Detail

toString

public java.lang.String toString()
Returns:
a serialization of this ontology in RDF/XML format.