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