| Package | Description |
|---|---|
| com.google.api.client.util |
General utilities used throughout this library.
|
| Modifier and Type | Method and Description |
|---|---|
static PemReader |
PemReader.readFirstSectionAndClose(Reader
Reads the first section in the PEM file, and then closes the reader.
|
static PemReader |
PemReader.readFirstSectionAndClose(Reader
Reads the first section in the PEM file, optionally based on a title to look for, and then closes the reader.
|
PemReader |
PemReader.readNextSection()
Reads the next section in the PEM file or
null for end of file.
|
PemReader |
PemReader.readNextSection(String
Reads the next section in the PEM file, optionally based on a title to look for.
|