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.WithAlgorithms |
EncryptionBuilderInterface.WithAlgorithms.andToSelf(PublicKeyRingSelectionStrategy<O> selectionStrategy,
MultiMap<O,org.bouncycastle.openpgp.PGPPublicKeyRingCollection> keys) |
<O> EncryptionBuilderInterface.WithAlgorithms |
EncryptionBuilderInterface.ToRecipients.toRecipients(PublicKeyRingSelectionStrategy<O> selectionStrategy,
MultiMap<O,org.bouncycastle.openpgp.PGPPublicKeyRingCollection> keys) |
Modifier and Type | Class and Description |
---|---|
static class |
ExactUserId.PubRingSelectionStrategy |
static class |
Whitelist.PubRingSelectionStrategy<O> |
class |
Wildcard.PubRingSelectionStrategy<O> |
static class |
XMPP.PubRingSelectionStrategy |