csomh / source-git / rpm

Forked from source-git/rpm 4 years ago
Clone
2ff057
2ff057
<html xmlns="http://www.w3.org/1999/xhtml">
2ff057
<head>
2ff057
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
2ff057
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
2ff057
<meta name="generator" content="Doxygen 1.8.14"/>
2ff057
<meta name="viewport" content="width=device-width, initial-scale=1"/>
2ff057
<title>rpm: pgpPktSig_u Union Reference</title>
2ff057
<link href="tabs.css" rel="stylesheet" type="text/css"/>
2ff057
<script type="text/javascript" src="jquery.js"></script>
2ff057
<script type="text/javascript" src="dynsections.js"></script>
2ff057
<link href="doxygen.css" rel="stylesheet" type="text/css" />
2ff057
</head>
2ff057
<body>
2ff057
2ff057
2ff057
2ff057
 
2ff057
 
2ff057
  
2ff057
   
rpm
2ff057
    4.14.2
2ff057
   
2ff057
  
2ff057
 
2ff057
 
2ff057
2ff057
2ff057
2ff057
2ff057
<script type="text/javascript" src="menudata.js"></script>
2ff057
<script type="text/javascript" src="menu.js"></script>
2ff057
<script type="text/javascript">
2ff057
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
2ff057
$(function() {
2ff057
  initMenu('',false,false,'search.php','Search');
2ff057
});
2ff057
/* @license-end */</script>
2ff057
2ff057
2ff057
2ff057
  
2ff057
Data Fields  
2ff057
  
2ff057
pgpPktSig_u Union Reference
2ff057
2ff057
2ff057
2ff057

5.2.

2ff057
 More...

2ff057
2ff057

#include <rpmpgp.h>

2ff057
2ff057
Collaboration diagram for pgpPktSig_u:
2ff057
2ff057
Collaboration graph
2ff057
<map name="pgpPktSig__u_coll__map" id="pgpPktSig__u_coll__map">
2ff057
<area shape="rect" id="node2" href="structpgpPktSigV3__s.html" title="5.2.2. " alt="" coords="5,5,124,32"/>
2ff057
<area shape="rect" id="node3" href="structpgpPktSigV4__s.html" title="5.2.3. " alt="" coords="148,5,267,32"/>
2ff057
</map>
2ff057
<center>[legend]</center>
2ff057
2ff057

2ff057
Data Fields
2ff057
struct pgpPktSigV3_s v3
2ff057
 
2ff057
struct pgpPktSigV4_s v4
2ff057
 
2ff057
2ff057

Detailed Description

2ff057

5.2.

2ff057

Signature Packet (Tag 2)

2ff057

A signature packet describes a binding between some public key and some data. The most common signatures are a signature of a file or a block of text, and a signature that is a certification of a user ID.

2ff057

Two versions of signature packets are defined. Version 3 provides basic signature information, while version 4 provides an expandable format with subpackets that can specify more information about the signature. PGP 2.6.x only accepts version 3 signatures.

2ff057

Implementations MUST accept V3 signatures. Implementations SHOULD generate V4 signatures. Implementations MAY generate a V3 signature that can be verified by PGP 2.6.x.

2ff057

Note that if an implementation is creating an encrypted and signed message that is encrypted to a V3 key, it is reasonable to create a V3 signature.

2ff057
2ff057

Definition at line 459 of file rpmpgp.h.

2ff057

Field Documentation

2ff057
2ff057

◆ v3

2ff057
2ff057
2ff057
2ff057
      
2ff057
        
2ff057
          struct pgpPktSigV3_s pgpPktSig_u::v3
2ff057
        
2ff057
      
2ff057
2ff057
2ff057

Definition at line 460 of file rpmpgp.h.

2ff057
2ff057
2ff057
2ff057
2ff057

◆ v4

2ff057
2ff057
2ff057
2ff057
      
2ff057
        
2ff057
          struct pgpPktSigV4_s pgpPktSig_u::v4
2ff057
        
2ff057
      
2ff057
2ff057
2ff057

Definition at line 461 of file rpmpgp.h.

2ff057
2ff057
2ff057
2ff057

The documentation for this union was generated from the following file:
    2ff057
  • rpmpgp.h
  • 2ff057
    2ff057
    2ff057
    2ff057

    <address class="footer"><small>
    2ff057
    Generated by  
    2ff057
    doxygen
    2ff057
     1.8.14
    2ff057
    </small></address>
    2ff057
    </body>
    2ff057
    </html>