OpenSslRsaKey
class OpenSslRsaKey (View source)
An RSA key
Properties
| protected string | $modulus | ||
| protected string | $keyString |
Methods
__construct(string $modulus, string $keyString)
Constructor
string
getModulus()
Returns the modulus in HEX representation
string
getKeyString()
Returns the key string
Details
__construct(string $modulus, string $keyString)
Constructor
string
getModulus()
Returns the modulus in HEX representation
string
getKeyString()
Returns the key string