Source position: es.inc line 195
type _cert_rsa4096 = packed record  | 
issuer: sig_issuer;  | 
cert_type: cuint32;  | 
cert_name: array [0..63] of cchar;  | 
cert_id: cuint32;  | 
modulus: array [0..511] of cuint8;  | 
exponent: cuint32;  | 
pad: array [0..51] of cuint8;  | 
end;  |