See: Description
| Class | Description |
|---|---|
| CryptElement |
This class describes an OpenPGP content element which is encrypted, but not signed.
|
| EncryptedOpenPgpContentElement |
Abstract class that bundles functionality of encrypted OpenPGP content elements (
CryptElement,
SigncryptElement) together. |
| OpenPgpContentElement |
This class describes an OpenPGP content element.
|
| OpenPgpElement |
Class that represents an OpenPGP message.
|
| PubkeyElement |
Class representing a pubkey element which is used to transport OpenPGP public keys.
|
| PubkeyElement.PubkeyDataElement |
Element that contains the base64 encoded public key.
|
| PublicKeysListElement |
Class that represents a public key list which was announced to a users metadata node.
|
| PublicKeysListElement.Builder | |
| PublicKeysListElement.PubkeyMetadataElement | |
| SecretkeyElement |
This class represents a secretkey element which contains a users OpenPGP secret key.
|
| SigncryptElement |
This class represents an OpenPGP content element which is encrypted and signed.
|
| SignElement |
This class represents an OpenPGP content element which is not encrypted but signed.
|