Uses of Class
com.google.api.client.util.PemReader.Section
-
Packages that use PemReader.Section Package Description com.google.api.client.util General utilities used throughout this library. -
-
Uses of PemReader.Section in com.google.api.client.util
Methods in com.google.api.client.util that return PemReader.Section Modifier and Type Method Description static 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.Section
PemReader. readNextSection()
Reads the next section in the PEM file ornull
for end of file.PemReader.Section
PemReader. readNextSection(String titleToLookFor)
Reads the next section in the PEM file, optionally based on a title to look for.
-