Bouncy Castle Cryptography Library 1.79

org.bouncycastle.gpg
Class PGPSecretKeyParser

java.lang.Object
  |
  +--org.bouncycastle.gpg.PGPSecretKeyParser

public class PGPSecretKeyParser
extends java.lang.Object


Constructor Summary
PGPSecretKeyParser()
           
 
Method Summary
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

Bouncy Castle Cryptography Library 1.79