Uses of Interface
org.jclouds.crypto.Crypto

Packages that use Crypto
org.jclouds.crypto   
org.jclouds.encryption.internal   
org.jclouds.http.filters   
org.jclouds.rest   
org.jclouds.rest.internal   
 

Uses of Crypto in org.jclouds.crypto
 

Methods in org.jclouds.crypto with parameters of type Crypto
static String Sha512Crypt.makeShadowLine(String password, String shadowPrefix, Crypto crypto)
          This method actually generates an Sha512 crypted password hash from a plaintext password and a salt.
 

Uses of Crypto in org.jclouds.encryption.internal
 

Classes in org.jclouds.encryption.internal that implement Crypto
 class JCECrypto
           
 

Uses of Crypto in org.jclouds.http.filters
 

Constructors in org.jclouds.http.filters with parameters of type Crypto
BasicAuthentication(String user, String password, Crypto crypto)
           
 

Uses of Crypto in org.jclouds.rest
 

Methods in org.jclouds.rest that return Crypto
 Crypto Utils.crypto()
          #see #getCrypto
 Crypto Utils.getCrypto()
           
 

Uses of Crypto in org.jclouds.rest.internal
 

Methods in org.jclouds.rest.internal that return Crypto
 Crypto UtilsImpl.crypto()
           
 Crypto UtilsImpl.getCrypto()
           
 

Constructors in org.jclouds.rest.internal with parameters of type Crypto
UtilsImpl(com.google.inject.Injector injector, Json json, HttpClient simpleClient, HttpAsyncClient simpleAsyncClient, Crypto encryption, DateService date, ExecutorService userThreads, ExecutorService ioThreads, com.google.common.eventbus.EventBus eventBus, Logger.LoggerFactory loggerFactory)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.