You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
4.3 KiB
94 lines
4.3 KiB
|
|
<!-- Processed by Id: cwm.py,v 1.197 2007/12/13 15:38:39 syosi Exp -->
|
|
<!-- using base file:///Volumes/Dev/Programming/w3.org/hg/WebID/ontologies/rsa.n3-->
|
|
|
|
|
|
<rdf:RDF xmlns="http://www.w3.org/2000/01/rdf-schema#"
|
|
xmlns:dc="http://purl.org/dc/terms/"
|
|
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
|
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
|
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#">
|
|
|
|
<owl:Ontology rdf:about="http://www.w3.org/ns/auth/rsa">
|
|
<dc:contributor rdf:parseType="Resource">
|
|
<foaf:homepage rdf:resource="http://ii.uwb.edu.pl/~dtomaszuk/card"/>
|
|
</dc:contributor>
|
|
<dc:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2008-11-13</dc:created>
|
|
<comment xml:lang="en">ontology for the RSA public private keys </comment>
|
|
<seeAlso rdf:resource="http://en.wikipedia.org/wiki/RSA"/>
|
|
<seeAlso rdf:resource="http://lists.foaf-project.org/mailman/listinfo/foaf-protocols"/>
|
|
<seeAlso rdf:resource="http://www.w3.org/ns/auth/X509Uml.svg"/>
|
|
<vs:term_status>unstable</vs:term_status>
|
|
<foaf:maker rdf:resource="http://bblfish.net/people/henry/card#me"/>
|
|
</owl:Ontology>
|
|
|
|
<owl:Class rdf:about="http://www.w3.org/ns/auth/rsa#RSAKey">
|
|
<comment xml:lang="en">
|
|
The union of the public and private components of an RSAKey.
|
|
Usually those pieces are not kept together
|
|
</comment>
|
|
<label xml:lang="en">RSA Key</label>
|
|
<subClassOf rdf:resource="http://www.w3.org/ns/auth/cert#Key"/>
|
|
<vs:term_status>unstable</vs:term_status>
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="http://www.w3.org/ns/auth/rsa#RSAPrivateKey">
|
|
<comment xml:lang="en">
|
|
A Private Key in the RSA framework
|
|
</comment>
|
|
<label xml:lang="en">RSA Private Key</label>
|
|
<seeAlso rdf:resource="http://en.wikipedia.org/wiki/RSA"/>
|
|
<subClassOf rdf:resource="http://www.w3.org/ns/auth/cert#PrivateKey"/>
|
|
<subClassOf rdf:resource="http://www.w3.org/ns/auth/rsa#RSAKey"/>
|
|
<vs:term_status>unstable</vs:term_status>
|
|
</owl:Class>
|
|
|
|
<owl:Class rdf:about="http://www.w3.org/ns/auth/rsa#RSAPublicKey">
|
|
<comment xml:lang="en">
|
|
The RSA public key. Padded message m are encrypted by applying the function
|
|
modulus(power(m,exponent),modulus)
|
|
</comment>
|
|
<label xml:lang="en">RSA Public Key</label>
|
|
<seeAlso rdf:resource="http://en.wikipedia.org/wiki/RSA"/>
|
|
<subClassOf rdf:resource="http://www.w3.org/ns/auth/cert#PublicKey"/>
|
|
<subClassOf rdf:resource="http://www.w3.org/ns/auth/rsa#RSAKey"/>
|
|
<vs:term_status>unstable</vs:term_status>
|
|
</owl:Class>
|
|
|
|
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/auth/rsa#modulus">
|
|
<comment xml:lang="en">
|
|
The modulus of an RSA public and private key.
|
|
This is defined as n = p*q
|
|
</comment>
|
|
<domain rdf:resource="http://www.w3.org/ns/auth/rsa#RSAKey"/>
|
|
<label xml:lang="en">modulus</label>
|
|
<range rdf:resource="http://www.w3.org/ns/auth/cert#int"/>
|
|
<vs:term_status>unstable</vs:term_status>
|
|
</owl:DatatypeProperty>
|
|
|
|
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/auth/rsa#private_exponent">
|
|
<comment xml:lang="en">
|
|
The exponent used to decrypt the message
|
|
calculated as
|
|
public_exponent*private_exponent = 1 modulo totient(p*q)
|
|
The private exponent is often named 'd'
|
|
</comment>
|
|
<domain rdf:resource="http://www.w3.org/ns/auth/rsa#RSAPrivateKey"/>
|
|
<label xml:lang="en">private</label>
|
|
<range rdf:resource="http://www.w3.org/ns/auth/cert#int"/>
|
|
<vs:term_status>unstable</vs:term_status>
|
|
</owl:DatatypeProperty>
|
|
|
|
<owl:DatatypeProperty rdf:about="http://www.w3.org/ns/auth/rsa#public_exponent">
|
|
<comment xml:lang="en">
|
|
The exponent used to encrypt the message. Number chosen between
|
|
1 and the totient(p*q). Often named 'e' .
|
|
</comment>
|
|
<domain rdf:resource="http://www.w3.org/ns/auth/rsa#RSAPublicKey"/>
|
|
<label xml:lang="en">public_exponent</label>
|
|
<range rdf:resource="http://www.w3.org/ns/auth/cert#int"/>
|
|
<vs:term_status>unstable</vs:term_status>
|
|
</owl:DatatypeProperty>
|
|
</rdf:RDF>
|