- From: WebID Community Group Issue Tracker <sysbot+tracker@w3.org>
- Date: Tue, 19 Mar 2013 12:01:22 +0000
- To: public-webid@w3.org
WebID-ISSUE-77 (RSAPrivateKey in cert.n3): RSAPrivateKey missing from cert.n3 [WebID-authn-TLS-spec]
http://www.w3.org/2005/Incubator/webid/track/issues/77
Raised by: Melvin Carvalho
On product: WebID-authn-TLS-spec
I think I have found a bug in the cert ontology at
http://www.w3.org/ns/auth/cert.n3
:privateExponent
rdfs:domain :RSAPrivateKey;
Is used yet :RSAPrivateKey is nowhere defined
The correction should be:
:RSAPublicKey a owl:Class;
rdfs:label "RSA Private Key"@en;
rdfs:isDefinedBy <cert#>;
rdfs:subClassOf :PrivateKey, :RSAKey;
vs:term_status "unstable";
rdfs:seeAlso <http://en.wikipedia.org/wiki/RSA>;
rdfs:comment """
The RSA private key. Padded message m are encrypted by applying the function
modulus(power(m,exponent),modulus)
"""@en .
Received on Tuesday, 19 March 2013 12:01:24 UTC