Uses of Interface
org.pgpainless.encryption_signing.EncryptionOptions.EncryptionKeySelector
- 
Packages that use EncryptionOptions.EncryptionKeySelector Package Description org.pgpainless.encryption_signing Classes used to encrypt or sign data using OpenPGP. - 
- 
Uses of EncryptionOptions.EncryptionKeySelector in org.pgpainless.encryption_signing
Methods in org.pgpainless.encryption_signing that return EncryptionOptions.EncryptionKeySelector Modifier and Type Method Description static EncryptionOptions.EncryptionKeySelectorEncryptionOptions. encryptToAllCapableSubkeys()Encrypt to any valid, encryption capable subkey on the key ring.static EncryptionOptions.EncryptionKeySelectorEncryptionOptions. encryptToFirstSubkey()Only encrypt to the first valid encryption capable subkey we stumble upon.Methods in org.pgpainless.encryption_signing with parameters of type EncryptionOptions.EncryptionKeySelector Modifier and Type Method Description EncryptionOptionsEncryptionOptions. addRecipient(org.bouncycastle.openpgp.PGPPublicKeyRing key, String userId, EncryptionOptions.EncryptionKeySelector encryptionKeySelectionStrategy)Add a recipient by providing a key and recipient user-id, as well as a strategy for selecting one or multiple encryption capable subkeys from the key.EncryptionOptionsEncryptionOptions. addRecipient(org.bouncycastle.openpgp.PGPPublicKeyRing key, EncryptionOptions.EncryptionKeySelector encryptionKeySelectionStrategy)Add a recipient by providing a key and an encryption key selection strategy.EncryptionOptionsEncryptionOptions. addRecipients(Iterable<org.bouncycastle.openpgp.PGPPublicKeyRing> keys, EncryptionOptions.EncryptionKeySelector selector)Add all key rings in the providedIterable(e.g. 
 -