Package org.bouncycastle.openpgp.api
Interface OpenPGPMessageGenerator.ArmoredOutputStreamFactory
- All Superinterfaces:
OpenPGPMessageOutputStream.OutputStreamFactory
- Enclosing class:
OpenPGPMessageGenerator
public static interface OpenPGPMessageGenerator.ArmoredOutputStreamFactory
extends OpenPGPMessageOutputStream.OutputStreamFactory
-
Method Summary
Modifier and TypeMethodDescriptionget
(OutputStream out) Wrap the given base stream with anotherOutputStream
and return the result.
-
Method Details
-
get
Description copied from interface:OpenPGPMessageOutputStream.OutputStreamFactory
Wrap the given base stream with anotherOutputStream
and return the result.- Specified by:
get
in interfaceOpenPGPMessageOutputStream.OutputStreamFactory
- Parameters:
out
- base output stream- Returns:
- wrapped output stream
-