Class: I2P::SigningPublicKey
- Defined in:
- lib/i2p/data/signing_public_key.rb,
lib/i2p/sdk.rb
Overview
**I2P signing public key data structure.**
Constant Summary collapse
- BYTESIZE =
128
Instance Attribute Summary
Attributes inherited from Key
Instance Method Summary collapse
-
#to_java ⇒ Object
Returns an instance of the Java class ‘net.i2p.data.SigningPublicKey`.
Methods inherited from Key
#initialize, read, #to_s, #valid?
Methods inherited from Structure
#==, #eql?, parse, read, #size, #to_base64, #to_s
Constructor Details
This class inherits a constructor from I2P::Key