| Interface | Description |
|---|---|
| PGPPassphraseAccessor |
Access to the password for a user Id.
|
| PGPPublicKeyAccessor | |
| PGPSecretKeyAccessor |
| Class | Description |
|---|---|
| CryptoDataFormat |
CryptoDataFormat uses a specified key and algorithm to encrypt,
decrypt and verify exchange payloads. |
| DefaultPGPPassphraseAccessor | |
| DefaultPGPPublicKeyAccessor |
Caches a public key ring.
|
| DefaultPGPSecretKeyAccessor |
Caches a Secret Keyring.
|
| HexUtils |
HexUtils provides utility methods for hex conversions |
| HMACAccumulator |
HMACAccumulator is used to build Hash Message Authentication
Codes. |
| PGPDataFormat |
PGPDataFormat uses the bouncy castle libraries to
enable encryption and decryption in the PGP format. |
| PGPDataFormatUtil | |
| PGPKeyAccessDataFormat |
This PGP Data Format uses the interfaces
PGPPublicKeyAccessor and
PGPSecretKeyAccessor to access the keys for encryption/signing and
decryption/signature verification. |
| PGPSecretKeyAndPrivateKeyAndUserId |
Helper class which groups secret, private key and User ID.
|
Apache Camel