Uses of Interface
org.jclouds.crypto.Crypto

Packages that use Crypto
org.jclouds.encryption.internal   
org.jclouds.io.payloads   
org.jclouds.rest   
org.jclouds.rest.internal   
 

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.io.payloads
 

Fields in org.jclouds.io.payloads declared as Crypto
protected  Crypto BaseCipherPayload.crypto
           
 

Constructors in org.jclouds.io.payloads with parameters of type Crypto
BaseCipherPayload(Crypto crypto, Payload delegate, Key key)
           
RSADecryptingPayload(Crypto crypto, Payload delegate, Key key)
           
RSAEncryptingPayload(Crypto crypto, Payload delegate, Key key)
           
 

Uses of Crypto in org.jclouds.rest
 

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

Uses of Crypto in org.jclouds.rest.internal
 

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

Constructors in org.jclouds.rest.internal with parameters of type Crypto
UtilsImpl(com.google.inject.Injector injector, Json json, XMLParser xml, HttpClient simpleClient, HttpAsyncClient simpleAsyncClient, Crypto encryption, DateService date, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.util.concurrent.ListeningExecutorService ioExecutor, com.google.common.eventbus.EventBus eventBus, Map<String,Credentials> credentialStore, Logger.LoggerFactory loggerFactory)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.