Class PemReader.Entry

  • Enclosing class:
    PemReader

    public static class PemReader.Entry
    extends Object
    An entry in a PEM file.
    • Method Detail

      • getPayload

        public byte[] getPayload()
        Gets the PEM entry payload.
        Returns:
        the payload
      • getType

        public String getType()
        Gets the PEM entry type.
        Returns:
        the type