public final class DecryptionStreamFactory extends Object
Modifier and Type | Method and Description |
---|---|
static DecryptionStream |
create(InputStream inputStream,
org.bouncycastle.openpgp.PGPSecretKeyRingCollection decryptionKeys,
SecretKeyRingProtector decryptor,
Set<org.bouncycastle.openpgp.PGPPublicKeyRing> verificationKeys,
MissingPublicKeyCallback missingPublicKeyCallback) |
public static DecryptionStream create(@Nonnull InputStream inputStream, @Nullable org.bouncycastle.openpgp.PGPSecretKeyRingCollection decryptionKeys, @Nullable SecretKeyRingProtector decryptor, @Nullable Set<org.bouncycastle.openpgp.PGPPublicKeyRing> verificationKeys, @Nullable MissingPublicKeyCallback missingPublicKeyCallback) throws IOException, org.bouncycastle.openpgp.PGPException
IOException
org.bouncycastle.openpgp.PGPException