class Crypto::RSA::PublicKey
- Crypto::RSA::PublicKey
- Crypto::RSA::Key
- Reference
- Object
Direct Known Subclasses
Defined in:
crypto/pubkey/rsa/key.crConstructors
Class Method Summary
Instance Method Summary
-
#e : BigInt
The RSA public or private exponent, a positive integer.
-
#n : BigInt
The RSA modulus, a positive integer.
-
#valid? : Bool
Returns
true
if this is a valid RSA key according toPKCS1
.
Instance methods inherited from class Crypto::RSA::Key
e : BigInt
e,
n : BigInt
n,
to_a
to_a,
valid? : Bool
valid?
Constructor Detail
Class Method Detail
Instance Method Detail
Description copied from class Crypto::RSA::Key
The RSA public or private exponent, a positive integer.
Description copied from class Crypto::RSA::Key
The RSA modulus, a positive integer.
def valid? : Bool
#
Description copied from class Crypto::RSA::Key
Returns true
if this is a valid RSA key according to PKCS1
.