Class DecryptionStreamFactory
- java.lang.Object
-
- org.pgpainless.decryption_verification.DecryptionStreamFactory
-
public final class DecryptionStreamFactory extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DecryptionStreamcreate(java.io.InputStream inputStream, org.bouncycastle.openpgp.PGPSecretKeyRingCollection decryptionKeys, SecretKeyRingProtector decryptor, Passphrase decryptionPassphrase, java.util.List<org.bouncycastle.openpgp.PGPSignature> detachedSignatures, java.util.Set<org.bouncycastle.openpgp.PGPPublicKeyRing> verificationKeys, MissingPublicKeyCallback missingPublicKeyCallback)
-
-
-
Method Detail
-
create
public static DecryptionStream create(@Nonnull java.io.InputStream inputStream, @Nullable org.bouncycastle.openpgp.PGPSecretKeyRingCollection decryptionKeys, @Nullable SecretKeyRingProtector decryptor, @Nullable Passphrase decryptionPassphrase, @Nullable java.util.List<org.bouncycastle.openpgp.PGPSignature> detachedSignatures, @Nullable java.util.Set<org.bouncycastle.openpgp.PGPPublicKeyRing> verificationKeys, @Nullable MissingPublicKeyCallback missingPublicKeyCallback) throws java.io.IOException, org.bouncycastle.openpgp.PGPException
- Throws:
java.io.IOExceptionorg.bouncycastle.openpgp.PGPException
-
-