File: pgg-parse.el.html
This module is based on
[OpenPGP] RFC 2440: "OpenPGP Message Format"
by John W. Noerenberg, II <jwn2@qualcomm.com>,
Jon Callas <jon@pgp.com>, Lutz Donnerhacke <lutz@iks-jena.de>,
Hal Finney <hal@pgp.com> and Rodney Thayer <rodney@unitran.com>
(1998/11)
Defined variables (7)
pgg-armor-header-lines | Armor headers. |
pgg-ignore-packet-checksum | If non-nil checksum of each ascii armored packet will be ignored. |
pgg-parse-compression-algorithm-alist | Alist of the assigned number to the compression algorithm. |
pgg-parse-hash-algorithm-alist | Alist of the assigned number to the cryptographic hash algorithm. |
pgg-parse-public-key-algorithm-alist | Alist of the assigned number to the public key algorithm. |
pgg-parse-signature-type-alist | Alist of the assigned number to the signature type. |
pgg-parse-symmetric-key-algorithm-alist | Alist of the assigned number to the symmetric key algorithm. |
Defined functions (25)
pgg-byte-after | (&optional POS) |
pgg-char-int | (ARGUMENT) |
pgg-decode-armor-region | (START END) |
pgg-format-key-identifier | (STRING) |
pgg-parse-armor | (STRING) |
pgg-parse-armor-region | (START END) |
pgg-parse-crc24-string | (STRING) |
pgg-parse-length-type | (C) |
pgg-parse-packet | (PTAG) |
pgg-parse-packets | (&optional HEADER-PARSER BODY-PARSER) |
pgg-parse-public-key-encrypted-session-key-packet | (PTAG) |
pgg-parse-public-key-packet | (PTAG) |
pgg-parse-signature-packet | (PTAG) |
pgg-parse-signature-subpacket | (PTAG) |
pgg-parse-symmetric-key-encrypted-session-key-packet | (PTAG) |
pgg-parse-time-field | (BYTES) |
pgg-read-body | (PTAG) |
pgg-read-body-string | (PTAG) |
pgg-read-bytes | (NBYTES) |
pgg-read-bytes-string | (NBYTES) |
pgg-set-alist | (ALIST KEY VALUE) |
pgg-skip-body | (PTAG) |
pgg-skip-bytes | (&optional N) |
pgg-skip-header | (PTAG) |
pgg-string-as-unibyte | (STRING) |