public static interface EncryptionBuilderInterface.ToRecipients
Modifier and Type | Method and Description |
---|---|
EncryptionBuilderInterface.SignWith |
doNotEncrypt() |
EncryptionBuilderInterface.WithAlgorithms |
toRecipients(org.bouncycastle.openpgp.PGPPublicKey... keys) |
EncryptionBuilderInterface.WithAlgorithms |
toRecipients(org.bouncycastle.openpgp.PGPPublicKeyRing... keys) |
EncryptionBuilderInterface.WithAlgorithms |
toRecipients(org.bouncycastle.openpgp.PGPPublicKeyRingCollection... keys) |
<O> EncryptionBuilderInterface.WithAlgorithms |
toRecipients(PublicKeyRingSelectionStrategy<O> selectionStrategy,
MultiMap<O,org.bouncycastle.openpgp.PGPPublicKeyRingCollection> keys) |
EncryptionBuilderInterface.WithAlgorithms toRecipients(@Nonnull org.bouncycastle.openpgp.PGPPublicKey... keys)
EncryptionBuilderInterface.WithAlgorithms toRecipients(@Nonnull org.bouncycastle.openpgp.PGPPublicKeyRing... keys)
EncryptionBuilderInterface.WithAlgorithms toRecipients(@Nonnull org.bouncycastle.openpgp.PGPPublicKeyRingCollection... keys)
<O> EncryptionBuilderInterface.WithAlgorithms toRecipients(@Nonnull PublicKeyRingSelectionStrategy<O> selectionStrategy, @Nonnull MultiMap<O,org.bouncycastle.openpgp.PGPPublicKeyRingCollection> keys)
EncryptionBuilderInterface.SignWith doNotEncrypt()