public class PEMObject
extends java.lang.Object
A PEM file can contain one or multiple PEM objects, each with a beginning and ending marker.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
beginMarker |
private byte[] |
derBytes |
Constructor and Description |
---|
PEMObject(java.lang.String beginMarker,
byte[] derBytes) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBeginMarker() |
byte[] |
getDerBytes() |
PEMObjectType |
getPEMObjectType() |
private final java.lang.String beginMarker
private final byte[] derBytes
public java.lang.String getBeginMarker()
public byte[] getDerBytes()
public PEMObjectType getPEMObjectType()