Package com.amazonaws.auth
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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBeginMarker()
byte[]
getDerBytes()
PEMObjectType
getPEMObjectType()
-
-
-
Constructor Detail
-
PEMObject
public PEMObject(String beginMarker, byte[] derBytes)
-
-
Method Detail
-
getBeginMarker
public String getBeginMarker()
-
getDerBytes
public byte[] getDerBytes()
-
getPEMObjectType
public PEMObjectType getPEMObjectType()
-
-