Uses of Interface
org.jclouds.crypto.Crypto
Packages that use Crypto
Package
Description
This package contains HttpRequestFilters needed to operate the REST api.
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 CryptoModifierConstructorDescriptionShareUrl
(com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<URI> provider, jakarta.inject.Provider<Long> timeStampProvider, Crypto crypto) SignRequest
(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, jakarta.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 CryptoModifier and TypeMethodDescriptionstatic 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 CryptoModifierConstructorDescriptionAWSRequestAuthorizeSignature
(SignatureWire signatureWire, String authTag, boolean isVhostStyle, String servicePath, String headerTag, com.google.common.base.Supplier<Credentials> creds, jakarta.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 CryptoModifierConstructorDescriptionSharedKeyLiteAuthentication
(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, jakarta.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 CryptoModifier and TypeMethodDescriptionfinal 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 CryptoModifierConstructorDescriptionSignedHeaderAuth
(SignatureWire signatureWire, com.google.common.base.Supplier<Credentials> creds, com.google.common.base.Supplier<PrivateKey> supplyKey, jakarta.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 CryptoModifierConstructorDescriptionQuerySigner
(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 -
Uses of Crypto in org.jclouds.ec2.compute.functions
Constructors in org.jclouds.ec2.compute.functions with parameters of type Crypto -
Uses of Crypto in org.jclouds.encryption.bouncycastle
Classes in org.jclouds.encryption.bouncycastle that implement Crypto -
Uses of Crypto in org.jclouds.encryption.internal
Classes in org.jclouds.encryption.internal that implement Crypto -
Uses of Crypto in org.jclouds.glacier.filters
Constructors in org.jclouds.glacier.filters with parameters of type CryptoModifierConstructorDescriptionRequestAuthorizeSignature
(jakarta.inject.Provider<String> timeStampProvider, com.google.common.base.Supplier<Credentials> creds, Crypto crypto, HttpUtils utils) -
Uses of Crypto in org.jclouds.glacier.util
Constructors in org.jclouds.glacier.util with parameters of type CryptoModifierConstructorDescriptionAWSRequestSignerV4
(String identity, String credential, Crypto crypto) -
Uses of Crypto in org.jclouds.googlecomputeengine.compute.functions
Constructors in org.jclouds.googlecomputeengine.compute.functions with parameters of type CryptoModifierConstructorDescriptionprotected
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 CryptoConstructors in org.jclouds.io.payloads with parameters of type CryptoModifierConstructorDescriptionBaseCipherPayload
(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 -
Uses of Crypto in org.jclouds.rest.internal
Methods in org.jclouds.rest.internal that return CryptoConstructors in org.jclouds.rest.internal with parameters of type CryptoModifierConstructorDescriptionprotected
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 CryptoMethods in org.jclouds.s3.filters with parameters of type CryptoModifier and TypeMethodDescriptionstatic com.google.common.io.ByteProcessor
<byte[]> Aws4SignerBase.hmacSHA256
(Crypto crypto, byte[] signatureKey) Constructors in org.jclouds.s3.filters with parameters of type CryptoModifierConstructorDescriptionprotected
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, jakarta.inject.Provider<String> timeStampProvider, Crypto crypto, HttpUtils utils, DateService dateService)