org.jclouds.blobstore.functions
Class ObjectMD5

java.lang.Object
  extended by org.jclouds.blobstore.functions.ObjectMD5
All Implemented Interfaces:
com.google.common.base.Function<Object,byte[]>

@Singleton
public class ObjectMD5
extends Object
implements com.google.common.base.Function<Object,byte[]>

Author:
Adrian Cole

Field Summary
protected  Crypto crypto
           
 
Method Summary
 byte[] apply(Object from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Field Detail

crypto

protected final Crypto crypto
Method Detail

apply

public byte[] apply(Object from)
Specified by:
apply in interface com.google.common.base.Function<Object,byte[]>


Copyright © 2009-2012 jclouds. All Rights Reserved.