| Package and Description |
|---|
| com.google.api.client.auth.jsontoken
(scheduled to be removed in 1.15) Use
com.google.api.client.json.webtoken instead |
| Class and Description |
|---|
| com.google.api.client.auth.jsontoken.JsonWebSignature
(scheduled to be removed in 1.15) Use
JsonWebSignature instead |
| com.google.api.client.auth.jsontoken.JsonWebSignature.Header
(scheduled to be removed in 1.15) Use
JsonWebSignature.Header instead |
| com.google.api.client.auth.jsontoken.JsonWebSignature.Parser
(scheduled to be removed in 1.15) Use
JsonWebSignature.Parser instead |
| com.google.api.client.auth.jsontoken.JsonWebToken
(scheduled to be removed in 1.15) Use
JsonWebToken instead |
| com.google.api.client.auth.jsontoken.JsonWebToken.Header
(scheduled to be removed in 1.15) Use
JsonWebToken.Header instead |
| com.google.api.client.auth.jsontoken.JsonWebToken.Payload
(scheduled to be removed in 1.15) Use
JsonWebToken.Payload instead |
| com.google.api.client.auth.security.PrivateKeys
(scheduled to be removed in 1.15) Use
SecurityUtils instead. |
| com.google.api.client.auth.jsontoken.RsaSHA256Signer
(scheduled to be removed in 1.15) Use
JsonWebSignature.signUsingRsaSha256(java.security.PrivateKey, com.google.api.client.json.JsonFactory, com.google.api.client.json.webtoken.JsonWebSignature.Header, com.google.api.client.json.webtoken.JsonWebToken.Payload)
instead |
| Method and Description |
|---|
| com.google.api.client.auth.security.PrivateKeys.loadFromKeyStore(InputStream, String, String, String)
(scheduled to be removed in 1.15) Use
SecurityUtils.loadPrivateKeyFromKeyStore(java.security.KeyStore, java.io.InputStream, java.lang.String, java.lang.String, java.lang.String) with
SecurityUtils.getDefaultKeyStore() instead |
| com.google.api.client.auth.security.PrivateKeys.loadFromKeyStore(KeyStore, InputStream, String, String, String)
(scheduled to be removed in 1.15) Use
SecurityUtils.loadPrivateKeyFromKeyStore(java.security.KeyStore, java.io.InputStream, java.lang.String, java.lang.String, java.lang.String) instead. |
| com.google.api.client.auth.security.PrivateKeys.loadFromP12File(File, String, String, String)
(scheduled to be removed in 1.15) Use
SecurityUtils.loadPrivateKeyFromKeyStore(java.security.KeyStore, java.io.InputStream, java.lang.String, java.lang.String, java.lang.String) with
SecurityUtils.getPkcs12KeyStore() instead |
| com.google.api.client.auth.security.PrivateKeys.loadFromPkcs8PemFile(File)
(scheduled to be removed in 1.15) Use
PemReader.readFirstSectionAndClose(java.io.Reader, String) instead. |
| com.google.api.client.auth.security.PrivateKeys.readFromPemFormattedFile(File)
(scheduled to be removed in 1.15) Use
PemReader.readFirstSectionAndClose(java.io.Reader, String) instead. |
| com.google.api.client.auth.jsontoken.RsaSHA256Signer.sign(PrivateKey, JsonFactory, JsonWebSignature.Header, JsonWebToken.Payload)
(scheduled to be removed in 1.15) Use
JsonWebSignature.signUsingRsaSha256(java.security.PrivateKey, com.google.api.client.json.JsonFactory, com.google.api.client.json.webtoken.JsonWebSignature.Header, com.google.api.client.json.webtoken.JsonWebToken.Payload)
instead |
Copyright © 2011-2013 Google. All Rights Reserved.