Class PemReader.Section

java.lang.Object
com.google.api.client.util.PemReader.Section
Enclosing class:
PemReader

public static final class PemReader.Section extends Object
Section in the PEM file.
Since:
1.14
Author:
Yaniv Inbar
  • Method Details

    • getTitle

      public String getTitle()
      Returns the title.
    • getBase64DecodedBytes

      public byte[] getBase64DecodedBytes()
      Returns the base64-decoded bytes (modifiable array).