Class: Capsium::Package::OpenPgp::LoadedKey
- Inherits:
-
Data
- Object
- Data
- Capsium::Package::OpenPgp::LoadedKey
- Defined in:
- lib/capsium/package/open_pgp.rb,
sig/capsium/package/open_pgp.rbs
Overview
One loaded key file: the Rnp context holding the key material and the selected key within it.
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#rnp ⇒ Object
readonly
Returns the value of attribute rnp.
Class Method Summary collapse
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
27 28 29 |
# File 'lib/capsium/package/open_pgp.rb', line 27 def key @key end |
#rnp ⇒ Object (readonly)
Returns the value of attribute rnp
27 28 29 |
# File 'lib/capsium/package/open_pgp.rb', line 27 def rnp @rnp end |
Class Method Details
.new ⇒ void
This method returns an undefined value.
21 |
# File 'sig/capsium/package/open_pgp.rbs', line 21
def self.new: (untyped rnp, untyped key) -> void
|