Bouncy Castle Cryptography 1.46

org.bouncycastle.util.io.pem
Class PemReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.BufferedReader
          extended by org.bouncycastle.util.io.pem.PemReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable
Direct Known Subclasses:
PEMReader

public class PemReader
extends java.io.BufferedReader


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
PemReader(java.io.Reader reader)
           
 
Method Summary
 PemObject readPemObject()
           
 
Methods inherited from class java.io.BufferedReader
close, mark, markSupported, read, read, readLine, ready, reset, skip
 
Methods inherited from class java.io.Reader
read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PemReader

public PemReader(java.io.Reader reader)
Method Detail

readPemObject

public PemObject readPemObject()
                        throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography 1.46