Uses of Class
com.amazonaws.auth.PEMObject
-
Packages that use PEMObject Package Description com.amazonaws.auth -
-
Uses of PEMObject in com.amazonaws.auth
Methods in com.amazonaws.auth that return types with arguments of type PEMObject Modifier and Type Method Description static List<PEMObject>
PEM. readPEMObjects(InputStream is)
A lower level API used to returns all PEM objects that can be read off from the input stream of a PEM file.
-