Package org.bouncycastle.openpgp
Class PGPMarker
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPMarker
-
public class PGPMarker extends java.lang.Object
a PGP marker packet - in general these should be ignored other than where the idea is to preserve the original input stream.
-
-
Constructor Summary
Constructors Constructor Description PGPMarker(BCPGInputStream in)
Default constructor.
-
-
-
Constructor Detail
-
PGPMarker
public PGPMarker(BCPGInputStream in) throws java.io.IOException
Default constructor.- Parameters:
in
-- Throws:
java.io.IOException
-
-