Uses of Interface
org.apache.shindig.common.crypto.BlobCrypter

Packages that use BlobCrypter
org.apache.shindig.auth   
org.apache.shindig.common.crypto   
 

Uses of BlobCrypter in org.apache.shindig.auth
 

Fields in org.apache.shindig.auth declared as BlobCrypter
protected  BlobCrypter BlobCrypterSecurityToken.crypter
           
 

Fields in org.apache.shindig.auth with type parameters of type BlobCrypter
protected  Map<String,BlobCrypter> BlobCrypterSecurityTokenCodec.crypters
          Keys are container ids, values are crypters
 

Methods in org.apache.shindig.auth that return BlobCrypter
protected  BlobCrypter BlobCrypterSecurityTokenCodec.loadCrypterFromFile(File file)
          Load a BlobCrypter from the specified file.
 

Constructors in org.apache.shindig.auth with parameters of type BlobCrypter
BlobCrypterSecurityToken(BlobCrypter crypter, String container, String domain)
          Create a new security token.
 

Uses of BlobCrypter in org.apache.shindig.common.crypto
 

Classes in org.apache.shindig.common.crypto that implement BlobCrypter
 class BasicBlobCrypter
          Simple implementation of BlobCrypter.
 



Copyright © 2007-2012. All Rights Reserved.