Class PemReader.Section

  • Enclosing class:
    PemReader

    public static final class PemReader.Section
    extends Object
    Section in the PEM file.
    • Method Detail

      • getTitle

        public String getTitle()
        Returns the title.
      • getBase64DecodedBytes

        public byte[] getBase64DecodedBytes()
        Returns the base64-decoded bytes (modifiable array).