public final class GoogleUtils extends Object
Modifier and Type | Field and Description |
---|---|
static Integer |
BUGFIX_VERSION
Bug fix part of the current release version.
|
static Integer |
MAJOR_VERSION
Major part of the current release version.
|
static Integer |
MINOR_VERSION
Minor part of the current release version.
|
static String |
VERSION
Current release version.
|
Modifier and Type | Method and Description |
---|---|
static KeyStore |
getCertificateTrustStore()
Returns the key store for trusted root certificates to use for Google APIs.
|
public static final String VERSION
public static final Integer MAJOR_VERSION
public static final Integer MINOR_VERSION
public static final Integer BUGFIX_VERSION
public static KeyStore getCertificateTrustStore() throws IOException, GeneralSecurityException
Value is cached, so subsequent access is fast.
IOException
GeneralSecurityException
Copyright © 2010–2022 Google. All rights reserved.