@Immutable public class PEMObject extends Object
A PEM file can contain one or multiple PEM objects, each with a beginning and ending marker.
| Constructor and Description | 
|---|
| PEMObject(String beginMarker,
         byte[] derBytes) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBeginMarker() | 
| byte[] | getDerBytes() | 
| PEMObjectType | getPEMObjectType() | 
public PEMObject(String beginMarker, byte[] derBytes)
public String getBeginMarker()
public byte[] getDerBytes()
public PEMObjectType getPEMObjectType()
Copyright © 2014. All rights reserved.