Class: PQCrypto::Seal::Format::VerifiedInner

Inherits:
Struct
  • Object
show all
Defined in:
lib/pq_crypto/seal/format.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



72
73
74
# File 'lib/pq_crypto/seal/format.rb', line 72

def content
  @content
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



72
73
74
# File 'lib/pq_crypto/seal/format.rb', line 72

def 
  @metadata
end

#padding_bytesObject

Returns the value of attribute padding_bytes

Returns:

  • (Object)

    the current value of padding_bytes



72
73
74
# File 'lib/pq_crypto/seal/format.rb', line 72

def padding_bytes
  @padding_bytes
end