Class PemReader

    • Constructor Detail

      • PemReader

        public PemReader​(Reader reader)
    • Method Detail

      • readPemObject

        public PemObject readPemObject()
                                throws IOException
        Read the next PEM object as a blob of raw data with header information.
        Returns:
        the next object in the stream, null if no objects left.
        Throws:
        IOException - in case of a parse error.