|
||||||||||
| 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 apiVersion,
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.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.strategy.internal |
|---|
| Constructors in org.jclouds.filesystem.strategy.internal with parameters of type Crypto | |
|---|---|
FilesystemStorageStrategyImpl(javax.inject.Provider<BlobBuilder> blobBuilders,
String baseDir,
FilesystemContainerNameValidator filesystemContainerNameValidator,
FilesystemBlobKeyValidator filesystemBlobKeyValidator,
Crypto crypto)
|
|
| 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.joyent.cloudapi.v6_5.compute.loaders |
|---|
| Fields in org.jclouds.joyent.cloudapi.v6_5.compute.loaders declared as Crypto | |
|---|---|
protected Crypto |
CreateUniqueKey.crypto
|
| Constructors in org.jclouds.joyent.cloudapi.v6_5.compute.loaders with parameters of type Crypto | |
|---|---|
CreateUniqueKey(JoyentCloudApi cloudApiApi,
GroupNamingConvention.Factory namingConvention,
Crypto crypto,
javax.inject.Provider<SecureRandom> secureRandom)
|
|
| 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,
XMLParser xml,
HttpClient simpleClient,
HttpAsyncClient simpleAsyncClient,
Crypto encryption,
DateService date,
ExecutorService userThreads,
ExecutorService ioThreads,
com.google.common.eventbus.EventBus eventBus,
Map<String,Credentials> credentialStore,
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)
|
|
| Uses of Crypto in org.jclouds.snia.cdmi.v1.filters |
|---|
| Constructors in org.jclouds.snia.cdmi.v1.filters with parameters of type Crypto | |
|---|---|
BasicAuthenticationAndTenantId(String tenantIdAndUsername,
String password,
Crypto crypto)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||