Class X0015_CertificateIdForFile

java.lang.Object
org.apache.commons.compress.archivers.zip.PKWareExtraHeader
org.apache.commons.compress.archivers.zip.X0015_CertificateIdForFile
All Implemented Interfaces:
ZipExtraField

X.509 Certificate ID and Signature for individual file (0x0015).

This field contains the information about which certificate in the PKCS#7 store was used to sign a particular file. It also contains the signature data. This field can appear multiple times, but can only appear once per certificate.

Note: all fields stored in Intel low-byte/high-byte order.

         Value     Size     Description
         -----     ----     -----------
 (CID)   0x0015    2 bytes  Tag for this "extra" block type
         TSize     2 bytes  Size of data that follows
         RCount    4 bytes  Number of recipients. (inferred)
         HashAlg   2 bytes  Hash algorithm identifier. (inferred)
         TData     TSize    Signature Data
 
Since:
1.11
This class is not thread-safe