| Package | Description |
|---|---|
| org.apache.shindig.common.crypto |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobExpiredException
Thrown when a blob has expired.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
BlobCrypter.unwrap(String in)
Unwraps a blob.
|
Map<String,String> |
BasicBlobCrypter.unwrap(String in) |
String |
BlobCrypter.wrap(Map<String,String> in)
Encrypts and signs a blob.
|
String |
BasicBlobCrypter.wrap(Map<String,String> in) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.