|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Crypto in org.jclouds.atmos.filters |
---|
Constructors in org.jclouds.atmos.filters with parameters of type Crypto | |
---|---|
ShareUrl(String uid,
String encodedKey,
com.google.common.base.Supplier<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.cloudstack.filters |
---|
Constructors in org.jclouds.cloudstack.filters with parameters of type Crypto | |
---|---|
QuerySigner(SignatureWire signatureWire,
String accessKey,
String secretKey,
Crypto crypto,
HttpUtils utils,
javax.inject.Provider<javax.ws.rs.core.UriBuilder> builder)
|
Uses of Crypto in org.jclouds.cloudstack.functions |
---|
Constructors in org.jclouds.cloudstack.functions with parameters of type Crypto | |
---|---|
WindowsLoginCredentialsFromEncryptedData(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.ec2.compute.functions |
---|
Constructors in org.jclouds.ec2.compute.functions with parameters of type Crypto | |
---|---|
WindowsLoginCredentialsFromEncryptedData(Crypto crypto)
|
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(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)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |