public static interface EncryptionBuilderInterface.SignWith
Modifier and Type | Method and Description |
---|---|
EncryptionBuilderInterface.Armor |
doNotSign() |
<O> EncryptionBuilderInterface.Armor |
signWith(SecretKeyRingProtector decryptor,
org.bouncycastle.openpgp.PGPSecretKey... keys) |
<O> EncryptionBuilderInterface.Armor |
signWith(SecretKeyRingProtector decryptor,
org.bouncycastle.openpgp.PGPSecretKeyRing... keyRings) |
<O> EncryptionBuilderInterface.Armor |
signWith(SecretKeyRingSelectionStrategy<O> selectionStrategy,
SecretKeyRingProtector decryptor,
MultiMap<O,org.bouncycastle.openpgp.PGPSecretKeyRingCollection> keys) |
<O> EncryptionBuilderInterface.Armor signWith(@Nonnull SecretKeyRingProtector decryptor, @Nonnull org.bouncycastle.openpgp.PGPSecretKey... keys)
<O> EncryptionBuilderInterface.Armor signWith(@Nonnull SecretKeyRingProtector decryptor, @Nonnull org.bouncycastle.openpgp.PGPSecretKeyRing... keyRings)
<O> EncryptionBuilderInterface.Armor signWith(@Nonnull SecretKeyRingSelectionStrategy<O> selectionStrategy, @Nonnull SecretKeyRingProtector decryptor, @Nonnull MultiMap<O,org.bouncycastle.openpgp.PGPSecretKeyRingCollection> keys) throws SecretKeyNotFoundException
SecretKeyNotFoundException
EncryptionBuilderInterface.Armor doNotSign()