OpenPGP Interface

DESCRIPTION

This implementation supports OpenPGP public key versions 2, 3 and 4. OpenPGP private key support exist only for version 4. This means that this API can be used verify signatures with all versions of OpenPGP public keys, but signatures can only be computed with version 4 private keys. This implementation also only generates version 4 private keys.

The interface implements the RFC 2440 and rfc2440bis-22 Internet Draft specifications.

TABLE OF CONTENTS