Package org.bouncycastle.gpg
Class PGPSecretKeyParser
java.lang.Object
org.bouncycastle.gpg.PGPSecretKeyParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isExtendedSExpression
(InputStream inputStream) Test if the stream supports extendedstatic OpenedPGPKeyData
parse
(InputStream src, int maxExpressionDepth)
-
Constructor Details
-
PGPSecretKeyParser
public PGPSecretKeyParser()
-
-
Method Details
-
isExtendedSExpression
Test if the stream supports extended- Parameters:
inputStream
-- Returns:
- Throws:
IOException
-
parse
- Throws:
IOException
-