Class: CryptoToolchain::BlackBoxes::RSAKeypair::PublicKey

Inherits:
Struct
  • Object
show all
Defined in:
lib/crypto_toolchain/black_boxes/rsa_keypair.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eObject

Returns the value of attribute e

Returns:

  • (Object)

    the current value of e



6
7
8
# File 'lib/crypto_toolchain/black_boxes/rsa_keypair.rb', line 6

def e
  @e
end

#nObject

Returns the value of attribute n

Returns:

  • (Object)

    the current value of n



6
7
8
# File 'lib/crypto_toolchain/black_boxes/rsa_keypair.rb', line 6

def n
  @n
end