Package org.bouncycastle.gpg
Class PGPSecretKeyParser
- java.lang.Object
-
- org.bouncycastle.gpg.PGPSecretKeyParser
-
public class PGPSecretKeyParser extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PGPSecretKeyParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isExtendedSExpression(java.io.InputStream inputStream)
Test if the stream supports extendedstatic OpenedPGPKeyData
parse(java.io.InputStream src, int maxExpressionDepth)
-
-
-
Method Detail
-
isExtendedSExpression
public static boolean isExtendedSExpression(java.io.InputStream inputStream) throws java.io.IOException
Test if the stream supports extended- Parameters:
inputStream
-- Returns:
- Throws:
java.io.IOException
-
parse
public static OpenedPGPKeyData parse(java.io.InputStream src, int maxExpressionDepth) throws java.io.IOException
- Throws:
java.io.IOException
-
-