public static interface EncryptionBuilderInterface.WithAlgorithms
Modifier and Type | Method and Description |
---|---|
EncryptionBuilderInterface.WithAlgorithms |
andToSelf(org.bouncycastle.openpgp.PGPPublicKey... keys) |
EncryptionBuilderInterface.WithAlgorithms |
andToSelf(org.bouncycastle.openpgp.PGPPublicKeyRing... keys) |
EncryptionBuilderInterface.WithAlgorithms |
andToSelf(org.bouncycastle.openpgp.PGPPublicKeyRingCollection keys) |
<O> EncryptionBuilderInterface.WithAlgorithms |
andToSelf(PublicKeyRingSelectionStrategy<O> selectionStrategy,
MultiMap<O,org.bouncycastle.openpgp.PGPPublicKeyRingCollection> keys) |
EncryptionBuilderInterface.SignWith |
usingAlgorithms(SymmetricKeyAlgorithm symmetricKeyAlgorithm,
HashAlgorithm hashAlgorithm,
CompressionAlgorithm compressionAlgorithm) |
EncryptionBuilderInterface.SignWith |
usingSecureAlgorithms() |
EncryptionBuilderInterface.WithAlgorithms andToSelf(@Nonnull org.bouncycastle.openpgp.PGPPublicKey... keys)
EncryptionBuilderInterface.WithAlgorithms andToSelf(@Nonnull org.bouncycastle.openpgp.PGPPublicKeyRing... keys)
EncryptionBuilderInterface.WithAlgorithms andToSelf(@Nonnull org.bouncycastle.openpgp.PGPPublicKeyRingCollection keys)
<O> EncryptionBuilderInterface.WithAlgorithms andToSelf(@Nonnull PublicKeyRingSelectionStrategy<O> selectionStrategy, @Nonnull MultiMap<O,org.bouncycastle.openpgp.PGPPublicKeyRingCollection> keys)
EncryptionBuilderInterface.SignWith usingAlgorithms(@Nonnull SymmetricKeyAlgorithm symmetricKeyAlgorithm, @Nonnull HashAlgorithm hashAlgorithm, @Nonnull CompressionAlgorithm compressionAlgorithm)
EncryptionBuilderInterface.SignWith usingSecureAlgorithms()