modulus

The modulus of an RSA public and private key. This is defined as n = p*q

Comment
en The modulus of an RSA public and private key. This is defined as n = p*q
Domain
RSA Key
Label
enmodulus
Range
int
Term_status
unstable

private

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
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'
Domain
RSA Private Key
Label
enprivate
Range
int
Term_status
unstable

public_exponent

The exponent used to encrypt the message. Number chosen between 1 and the totient(p*q). Often named 'e' .

Comment
en The exponent used to encrypt the message. Number chosen between 1 and the totient(p*q). Often named 'e' .
Domain
RSA Public Key
Label
enpublic_exponent
Range
int
Term_status
unstable

RSA Key

The union of the public and private components of an RSAKey. Usually those pieces are not kept together

Comment
en The union of the public and private components of an RSAKey. Usually those pieces are not kept together
Label
enRSA Key
SubClassOf
Key
Term_status
unstable

RSA Private Key

A Private Key in the RSA framework

Comment
en A Private Key in the RSA framework
Label
enRSA Private Key
SeeAlso
RSA
SubClassOf
PrivateKey
RSA Key
Term_status
unstable

RSA Public Key

The RSA public key. Padded message m are encrypted by applying the function modulus(power(m,exponent),modulus)

Comment
en The RSA public key. Padded message m are encrypted by applying the function modulus(power(m,exponent),modulus)
Label
enRSA Public Key
SeeAlso
RSA
SubClassOf
PublicKey
RSA Key
Term_status
unstable
13 November 2008

rsa

ontology for the RSA public private keys

Comment
enontology for the RSA public private keys
Contributor
Date Created
13 November 2008
Maker
me
SeeAlso
foaf-protocols
RSA
X509Uml.svg
Term_status
unstable