Class: CryptoToolchain::BlackBoxes::RSAKeypair::PrivateKey

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

Instance Attribute Summary collapse

Instance Attribute Details

#dObject

Returns the value of attribute d

Returns:

  • (Object)

    the current value of d



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

def d
  @d
end

#nObject

Returns the value of attribute n

Returns:

  • (Object)

    the current value of n



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

def n
  @n
end