Class: PQCrypto::Seal::Format::VerifiedInner
- Inherits:
-
Struct
- Object
- Struct
- PQCrypto::Seal::Format::VerifiedInner
- Defined in:
- lib/pq_crypto/seal/format.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#padding_bytes ⇒ Object
Returns the value of attribute padding_bytes.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
72 73 74 |
# File 'lib/pq_crypto/seal/format.rb', line 72 def content @content end |
#metadata ⇒ Object
Returns the value of attribute metadata
72 73 74 |
# File 'lib/pq_crypto/seal/format.rb', line 72 def @metadata end |
#padding_bytes ⇒ Object
Returns the value of attribute padding_bytes
72 73 74 |
# File 'lib/pq_crypto/seal/format.rb', line 72 def padding_bytes @padding_bytes end |