class Net::SSH::Authentication::ED25519::OpenSSHPrivateKeyLoader::DecryptError

def encrypted_key?

def encrypted_key?
  return @encrypted_key
end

def initialize(message, encrypted_key: false)

def initialize(message, encrypted_key: false)
  super(message)
  @encrypted_key = encrypted_key
end