Uses of Interface
org.jclouds.crypto.Crypto
-
Packages that use Crypto Package Description org.jclouds.atmos.filters org.jclouds.atmos.util org.jclouds.aws.s3.filters This package contains HttpRequestFilters needed to operate the REST api.org.jclouds.azure.storage.filters org.jclouds.chef.config org.jclouds.chef.filters org.jclouds.cloudstack.filters org.jclouds.cloudstack.functions org.jclouds.ec2.compute.functions org.jclouds.encryption.bouncycastle org.jclouds.encryption.internal org.jclouds.googlecomputeengine.compute.functions org.jclouds.io.payloads 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 Constructor Description ShareUrl(com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<URI> provider, javax.inject.Provider<Long> timeStampProvider, Crypto crypto)
SignRequest(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, 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 Modifier and Type Method Description static String
AtmosUtils. putBlob(AtmosClient sync, Crypto crypto, BlobToObject blob2Object, String container, Blob blob, PutOptions options)
-
Uses of Crypto in org.jclouds.aws.s3.filters
Constructors in org.jclouds.aws.s3.filters with parameters of type Crypto Constructor Description AWSRequestAuthorizeSignature(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, DateService dateService)
-
Uses of Crypto in org.jclouds.azure.storage.filters
Constructors in org.jclouds.azure.storage.filters with parameters of type Crypto Constructor Description SharedKeyLiteAuthentication(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, boolean sasAuthentication, StorageUrlSupplier storageUrlSupplier, AuthType authType, OAuthFilter oAuthFilter)
-
Uses of Crypto in org.jclouds.chef.config
Methods in org.jclouds.chef.config with parameters of type Crypto Modifier and Type Method Description com.google.common.base.Optional<PrivateKey>
ChefHttpApiModule. provideValidatorCredential(Crypto crypto, com.google.inject.Injector injector)
-
Uses of Crypto in org.jclouds.chef.filters
Constructors in org.jclouds.chef.filters with parameters of type Crypto Constructor Description SignedHeaderAuth(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<PrivateKey> supplyKey, javax.inject.Provider<String> timeStampProvider, HttpUtils utils, Crypto crypto)
-
Uses of Crypto in org.jclouds.cloudstack.filters
Constructors in org.jclouds.cloudstack.filters with parameters of type Crypto Constructor Description QuerySigner(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, Crypto crypto, HttpUtils utils)
-
Uses of Crypto in org.jclouds.cloudstack.functions
Constructors in org.jclouds.cloudstack.functions with parameters of type Crypto Constructor Description WindowsLoginCredentialsFromEncryptedData(Crypto crypto)
-
Uses of Crypto in org.jclouds.ec2.compute.functions
Constructors in org.jclouds.ec2.compute.functions with parameters of type Crypto Constructor Description WindowsLoginCredentialsFromEncryptedData(Crypto crypto)
-
Uses of Crypto in org.jclouds.encryption.bouncycastle
Classes in org.jclouds.encryption.bouncycastle that implement Crypto Modifier and Type Class Description class
BouncyCastleCrypto
-
Uses of Crypto in org.jclouds.encryption.internal
Classes in org.jclouds.encryption.internal that implement Crypto Modifier and Type Class Description class
JCECrypto
-
Uses of Crypto in org.jclouds.googlecomputeengine.compute.functions
Constructors in org.jclouds.googlecomputeengine.compute.functions with parameters of type Crypto Constructor Description ResetWindowsPassword(GoogleComputeEngineApi api, Crypto crypto, com.google.common.base.Predicate<AtomicReference<Operation>> operationDone, Json json)
-
Uses of Crypto in org.jclouds.io.payloads
Fields in org.jclouds.io.payloads declared as Crypto Modifier and Type Field Description protected Crypto
BaseCipherPayload. crypto
Constructors in org.jclouds.io.payloads with parameters of type Crypto Constructor Description 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 Modifier and Type Method Description Crypto
Utils. crypto()
-
Uses of Crypto in org.jclouds.rest.internal
Methods in org.jclouds.rest.internal that return Crypto Modifier and Type Method Description Crypto
UtilsImpl. crypto()
Constructors in org.jclouds.rest.internal with parameters of type Crypto Constructor Description UtilsImpl(com.google.inject.Injector injector, Json json, XMLParser xml, HttpClient simpleClient, Crypto encryption, DateService date, com.google.common.eventbus.EventBus eventBus, Map<String,Credentials> credentialStore, Logger.LoggerFactory loggerFactory)
-
Uses of Crypto in org.jclouds.s3.filters
Fields in org.jclouds.s3.filters declared as Crypto Modifier and Type Field Description protected Crypto
Aws4SignerBase. crypto
Methods in org.jclouds.s3.filters with parameters of type Crypto Modifier and Type Method Description static com.google.common.io.ByteProcessor<byte[]>
Aws4SignerBase. hmacSHA256(Crypto crypto, byte[] signatureKey)
Constructors in org.jclouds.s3.filters with parameters of type Crypto Constructor Description Aws4SignerBase(SignatureWire signatureWire, String headerTag, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto)
Aws4SignerForAuthorizationHeader(SignatureWire signatureWire, boolean isVhostStyle, String headerTag, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto)
Aws4SignerForChunkedUpload(SignatureWire signatureWire, String headerTag, int userDataBlockSize, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto)
Aws4SignerForQueryString(SignatureWire signatureWire, boolean isVhostStyle, String headerTag, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<Date> timestampProvider, Aws4SignerBase.ServiceAndRegion serviceAndRegion, Crypto crypto)
RequestAuthorizeSignatureV2(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, com.google.common.base.Supplier<Credentials> creds, javax.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, DateService dateService)
-