public final class GoogleUtils
Utility class for the Google API Client Library.
Static Fields
BUGFIX_VERSION
public static final Integer BUGFIX_VERSION
Bug fix part of the current release version.
Field Value | |
---|---|
Type | Description |
Integer |
MAJOR_VERSION
public static final Integer MAJOR_VERSION
Major part of the current release version.
Field Value | |
---|---|
Type | Description |
Integer |
MINOR_VERSION
public static final Integer MINOR_VERSION
Minor part of the current release version.
Field Value | |
---|---|
Type | Description |
Integer |
VERSION
public static final String VERSION
Current release version.
Field Value | |
---|---|
Type | Description |
String |
Static Methods
getCertificateTrustStore()
public static synchronized KeyStore getCertificateTrustStore()
Returns the key store for trusted root certificates to use for Google APIs.
Value is cached, so subsequent access is fast.
Returns | |
---|---|
Type | Description |
KeyStore |
Exceptions | |
---|---|
Type | Description |
IOException |
|
GeneralSecurityException |