Package | Description |
---|---|
com.google.api.client.util |
General utilities used throughout this library.
|
Modifier and Type | Method and 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 or
null 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.
|
Copyright © 2011–2022 Google. All rights reserved.