Class: Pliney::AppleCodeSignature::DetachedSignature
- 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
Attributes inherited from Blob
Method Summary
Methods inherited from SuperBlob
Methods inherited from Blob
Constructor Details
This class inherits a constructor from Pliney::AppleCodeSignature::Blob