Class PEMObject

java.lang.Object
com.amazonaws.auth.PEMObject

public class PEMObject extends Object
A PEM object in a PEM file.

A PEM file can contain one or multiple PEM objects, each with a beginning and ending marker.

  • Constructor Details

    • PEMObject

      public PEMObject(String beginMarker, byte[] derBytes)
  • Method Details

    • getBeginMarker

      public String getBeginMarker()
    • getDerBytes

      public byte[] getDerBytes()
    • getPEMObjectType

      public PEMObjectType getPEMObjectType()