Package org.bouncycastle.util.io.pem


package org.bouncycastle.util.io.pem
Classes for parsing and writing basic PEM format with binary data.
  • Class
    Description
    Exception thrown on failure to generate a PEM object.
    Class representing a PEM header (name, value) pair.
    A generic PEM object - type, header properties, and byte content.
    Base interface for generators of PEM objects.
    Base interface for parsers to convert PEM objects into specific objects.
    A generic PEM reader, based on the format outlined in RFC 1421
    A generic PEM writer, based on RFC 1421