Interface | Description |
---|---|
GPGConnection.Result<T> |
Represents the result of an interaction with GPG
|
Class | Description |
---|---|
GPGConnection |
Manages a connection to a GPG executable.
|
GPGInformation |
Manage the status information returned by GPG.
|
GPGSigner |
Handles the signing of files
|
GPGVerifier |
Verifies signatures
|
Enum | Description |
---|---|
GPGInformation.Action |
Indicates the various actions that the GPG processor can perform
|
GPGInformation.KeyStatus |
Indicates the various status that a key can have.
|
GPGInformation.Validity |
Indicates different levels of GPG signature validity.
|
Exception | Description |
---|---|
GPGException |
The GPG signing and verification actions are performed by a copy of
the GPG binary running in a subprocess. Classes which connect to this
binary have to be told where to look for keys. This can be done
either via the GNUPGHOME
environment variable, or by
giving the home directory as an argument to a constructor.
Copyright © 2014. All rights reserved.