| Package | Description |
|---|---|
| com.google.gdata.client.authn.oauth | |
| com.google.gdata.util.common.util |
| Modifier and Type | Method and Description |
|---|---|
static PrivateKey |
RsaSha1PrivateKeyHelper.getPrivateKey(File file)
Retrieves a
PrivateKey from a file. |
static PrivateKey |
RsaSha1PrivateKeyHelper.getPrivateKey(Reader privateKeyReader)
Retrieves a
PrivateKey from a reader. |
static PrivateKey |
RsaSha1PrivateKeyHelper.getPrivateKey(String privateKeyString)
Retrieves a
PrivateKey from a string. |
static PrivateKey |
RsaSha1PrivateKeyHelper.getPrivateKeyFromFilename(String filename)
Retrieves a
PrivateKey from a file. |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Base64.decode(byte[] source)
Decodes Base64 content in byte array format and returns
the decoded byte array.
|
static byte[] |
Base64.decode(byte[] source,
int off,
int len)
Decodes Base64 content in byte array format and returns
the decoded byte array.
|
static byte[] |
Base64.decode(byte[] source,
int off,
int len,
byte[] decodabet)
Decodes Base64 content using the supplied decodabet and returns
the decoded byte array.
|
static byte[] |
Base64.decode(String s)
Decodes data from Base64 notation.
|
static byte[] |
Base64.decodeWebSafe(byte[] source)
Decodes web safe Base64 content in byte array format and returns
the decoded data.
|
static byte[] |
Base64.decodeWebSafe(byte[] source,
int off,
int len)
Decodes web safe Base64 content in byte array format and returns
the decoded byte array.
|
static byte[] |
Base64.decodeWebSafe(String s)
Decodes data from web safe Base64 notation.
|
Copyright © 2012. All Rights Reserved.