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.SectionPemReader. readFirstSectionAndClose(java.io.Reader reader)Reads the first section in the PEM file, and then closes the reader.static PemReader.SectionPemReader. readFirstSectionAndClose(java.io.Reader reader, java.lang.String titleToLookFor)Reads the first section in the PEM file, optionally based on a title to look for, and then closes the reader.PemReader.SectionPemReader. readNextSection()Reads the next section in the PEM file ornullfor end of file.PemReader.SectionPemReader. readNextSection(java.lang.String titleToLookFor)Reads the next section in the PEM file, optionally based on a title to look for.
-