| Package | Description |
|---|---|
| org.apache.shindig.auth | |
| org.apache.shindig.common.crypto |
| Modifier and Type | Field and Description |
|---|---|
protected BlobCrypter |
BlobCrypterSecurityToken.crypter |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,BlobCrypter> |
BlobCrypterSecurityTokenCodec.crypters
Keys are container ids, values are crypters
|
| Modifier and Type | Method and Description |
|---|---|
protected BlobCrypter |
BlobCrypterSecurityTokenCodec.loadCrypterFromFile(File file)
Load a BlobCrypter from the specified file.
|
| Constructor and Description |
|---|
BlobCrypterSecurityToken(BlobCrypter crypter,
String container,
String domain)
Create a new security token.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicBlobCrypter
Simple implementation of BlobCrypter.
|
Copyright © 2007-2012. All Rights Reserved.