Uses of Interface
org.jclouds.crypto.Crypto

Packages that use Crypto
org.jclouds.atmos.filters   
org.jclouds.atmos.util   
org.jclouds.aws.filters   
org.jclouds.azure.storage.filters   
org.jclouds.blobstore   
org.jclouds.blobstore.domain.internal   
org.jclouds.blobstore.functions   
org.jclouds.blobstore.internal   
org.jclouds.crypto   
org.jclouds.encryption.bouncycastle   
org.jclouds.encryption.internal   
org.jclouds.filesystem   
org.jclouds.http.filters   
org.jclouds.rest   
org.jclouds.rest.internal   
org.jclouds.s3.filters This package contains HttpRequestFilters needed to operate the REST api. 
 

Uses of Crypto in org.jclouds.atmos.filters
 

Constructors in org.jclouds.atmos.filters with parameters of type Crypto
ShareUrl(String uid, String encodedKey, URI provider, javax.inject.Provider<Long> timeStampProvider, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders, Crypto crypto)
           
SignRequest(SignatureWire signatureWire, String uid, String encodedKey, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
           
 

Uses of Crypto in org.jclouds.atmos.util
 

Methods in org.jclouds.atmos.util with parameters of type Crypto
static String AtmosUtils.putBlob(AtmosClient sync, Crypto crypto, BlobToObject blob2Object, String container, Blob blob, PutOptions options)
           
 

Uses of Crypto in org.jclouds.aws.filters
 

Constructors in org.jclouds.aws.filters with parameters of type Crypto
FormSigner(SignatureWire signatureWire, String accessKey, String secretKey, javax.inject.Provider<String> dateService, Crypto crypto, HttpUtils utils)
           
 

Uses of Crypto in org.jclouds.azure.storage.filters
 

Constructors in org.jclouds.azure.storage.filters with parameters of type Crypto
SharedKeyLiteAuthentication(SignatureWire signatureWire, String identity, String encodedKey, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
           
 

Uses of Crypto in org.jclouds.blobstore
 

Fields in org.jclouds.blobstore declared as Crypto
protected  Crypto TransientAsyncBlobStore.crypto
           
 

Constructors in org.jclouds.blobstore with parameters of type Crypto
TransientAsyncBlobStore(BlobStoreContext context, DateService dateService, Crypto crypto, ConcurrentMap<String,ConcurrentMap<String,Blob>> containerToBlobs, javax.inject.Provider<javax.ws.rs.core.UriBuilder> uriBuilders, ConcurrentMap<String,Location> containerToLocation, HttpGetOptionsListToGetOptions httpGetOptionsConverter, IfDirectoryReturnNameStrategy ifDirectoryReturnName, Blob.Factory blobFactory, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations)
           
 

Uses of Crypto in org.jclouds.blobstore.domain.internal
 

Constructors in org.jclouds.blobstore.domain.internal with parameters of type Crypto
BlobBuilderImpl.PayloadBlobBuilderImpl(BlobBuilder builder, Payload payload, Crypto crypto)
           
BlobBuilderImpl(Crypto crypto)
           
 

Uses of Crypto in org.jclouds.blobstore.functions
 

Fields in org.jclouds.blobstore.functions declared as Crypto
protected  Crypto ObjectMD5.crypto
           
 

Uses of Crypto in org.jclouds.blobstore.internal
 

Fields in org.jclouds.blobstore.internal declared as Crypto
protected  Crypto InputStreamMapImpl.crypto
           
 

Constructors in org.jclouds.blobstore.internal with parameters of type Crypto
InputStreamMapImpl(BlobStore connection, javax.inject.Provider<BlobBuilder> blobBuilders, GetBlobsInListStrategy getAllBlobs, ListContainerAndRecurseThroughFolders listStrategy, ContainsValueInListStrategy containsValueStrategy, PutBlobsStrategy putBlobsStrategy, String containerName, ListContainerOptions options, Crypto crypto)
           
 

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.bouncycastle
 

Classes in org.jclouds.encryption.bouncycastle that implement Crypto
 class BouncyCastleCrypto
           
 

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.filesystem
 

Fields in org.jclouds.filesystem declared as Crypto
protected  Crypto FilesystemAsyncBlobStore.crypto
           
 

Constructors in org.jclouds.filesystem with parameters of type Crypto
FilesystemAsyncBlobStore(BlobStoreContext context, DateService dateService, Crypto crypto, HttpGetOptionsListToGetOptions httpGetOptionsConverter, IfDirectoryReturnNameStrategy ifDirectoryReturnName, BlobUtils blobUtils, ExecutorService service, com.google.common.base.Supplier<Location> defaultLocation, com.google.common.base.Supplier<Set<? extends Location>> locations, FilesystemStorageStrategy storageStrategy)
           
 

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(Json json, HttpClient simpleClient, HttpAsyncClient simpleAsyncClient, Crypto encryption, DateService date, ExecutorService userThreads, ExecutorService ioThreads, Logger.LoggerFactory loggerFactory)
           
 

Uses of Crypto in org.jclouds.s3.filters
 

Constructors in org.jclouds.s3.filters with parameters of type Crypto
RequestAuthorizeSignature(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, String accessKey, String secretKey, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.