Saltpack:: Recipient class Superclass Object A recipient in a Saltpack header. Attributes public_key R The recipient’s public key Public Class Methods new( public_key ) Create a new Saltbox::Recipient using their public_key. # File lib/saltpack/recipient.rb, line 13 def initialize( public_key ) @public_key = public_key end Public Instance Methods payload_key_box() # File lib/saltpack/recipient.rb, line 28 def payload_key_box end