com.amazonaws.auth
Class PEMObject
java.lang.Object
com.amazonaws.auth.PEMObject
@Immutable
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PEMObject
public PEMObject(String beginMarker,
byte[] derBytes)
getBeginMarker
public String getBeginMarker()
getDerBytes
public byte[] getDerBytes()
getPEMObjectType
public PEMObjectType getPEMObjectType()
Copyright © 2016. All rights reserved.