|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlobCrypterException | |
|---|---|
| org.apache.shindig.auth | |
| org.apache.shindig.common.crypto | |
| Uses of BlobCrypterException in org.apache.shindig.auth |
|---|
| Methods in org.apache.shindig.auth that throw BlobCrypterException | |
|---|---|
String |
BlobCrypterSecurityToken.encrypt()
Encrypt and sign the token. |
| Constructors in org.apache.shindig.auth that throw BlobCrypterException | |
|---|---|
BasicSecurityToken(String token,
int maxAge,
String activeUrl)
Generates a token from an input string |
|
BasicSecurityToken(String owner,
String viewer,
String app,
String domain,
String appUrl,
String moduleId,
String container,
String activeUrl,
Long expiresAt)
|
|
| Uses of BlobCrypterException in org.apache.shindig.common.crypto |
|---|
| Subclasses of BlobCrypterException in org.apache.shindig.common.crypto | |
|---|---|
class |
BlobExpiredException
Thrown when a blob has expired. |
| Methods in org.apache.shindig.common.crypto that throw BlobCrypterException | |
|---|---|
Map<String,String> |
BlobCrypter.unwrap(String in,
int maxAgeSec)
Unwraps a blob. |
Map<String,String> |
BasicBlobCrypter.unwrap(String in,
int maxAgeSec)
|
String |
BlobCrypter.wrap(Map<String,String> in)
Time stamps, encrypts, and signs a blob. |
String |
BasicBlobCrypter.wrap(Map<String,String> in)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||