Class PGPSecretKeyParser


  • public class PGPSecretKeyParser
    extends java.lang.Object
    • 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 extended
      static OpenedPGPKeyData parse​(java.io.InputStream src, int maxExpressionDepth)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PGPSecretKeyParser

        public PGPSecretKeyParser()
    • 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