Uses of Class
com.google.api.client.util.PemReader.Section
Packages that use PemReader.Section
-
Uses of PemReader.Section in com.google.api.client.util
Methods in com.google.api.client.util that return PemReader.SectionModifier and TypeMethodDescriptionstatic PemReader.Section
PemReader.readFirstSectionAndClose
(Reader reader) Reads the first section in the PEM file, and then closes the reader.static PemReader.Section
PemReader.readFirstSectionAndClose
(Reader reader, String titleToLookFor) Reads the first section in the PEM file, optionally based on a title to look for, and then closes the reader.PemReader.readNextSection()
Reads the next section in the PEM file ornull
for end of file.PemReader.readNextSection
(String titleToLookFor) Reads the next section in the PEM file, optionally based on a title to look for.