Class: Pliney::AppleCodeSignature::DetachedSignature

Inherits:
SuperBlob
  • Object
show all
Defined in:
lib/pliney/apple_code_signature.rb

Overview

SuperBlob that contains all the data for all architectures of a signature, including any data that is usually written to separate files. This is the format of detached signatures if the program is capable of having multiple architectures. A DetachedSignatureBlob collects multiple architectures’ worth of EmbeddedSignatureBlobs into one, well, Super-SuperBlob. This is what is used for Mach-O detached signatures.

Instance Attribute Summary

Attributes inherited from SuperBlob

#content_infos, #contents

Attributes inherited from Blob

#input, #magic, #size

Method Summary

Methods inherited from SuperBlob

#parse

Methods inherited from Blob

#initialize, #parse

Constructor Details

This class inherits a constructor from Pliney::AppleCodeSignature::Blob