Interface EncryptionOptions.EncryptionKeySelector
-
- Enclosing class:
- EncryptionOptions
public static interface EncryptionOptions.EncryptionKeySelector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.bouncycastle.openpgp.PGPPublicKey>
selectEncryptionSubkeys(List<org.bouncycastle.openpgp.PGPPublicKey> encryptionCapableKeys)
-
-
-
Method Detail
-
selectEncryptionSubkeys
List<org.bouncycastle.openpgp.PGPPublicKey> selectEncryptionSubkeys(List<org.bouncycastle.openpgp.PGPPublicKey> encryptionCapableKeys)
-
-