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