Package | Description |
---|---|
org.pgpainless.encryption_signing |
Classes used to encrypt or sign data using OpenPGP.
|
org.pgpainless.key.selection.keyring.impl |
Implementations of Key Ring Selection Strategies.
|
Modifier and Type | Method and Description |
---|---|
<O> EncryptionBuilderInterface.Armor |
EncryptionBuilderInterface.SignWith.signWith(SecretKeyRingSelectionStrategy<O> selectionStrategy,
SecretKeyRingProtector decryptor,
MultiMap<O,org.bouncycastle.openpgp.PGPSecretKeyRingCollection> keys) |
Modifier and Type | Class and Description |
---|---|
static class |
ExactUserId.SecRingSelectionStrategy |
static class |
Whitelist.SecRingSelectionStrategy<O> |
class |
Wildcard.SecRingSelectionStrategy<O> |
static class |
XMPP.SecRingSelectionStrategy |