Uses of Interface
org.jclouds.crypto.Crypto
-
Packages that use Crypto Package Description 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 Modifier and Type Class Description classJCECrypto -
Uses of Crypto in org.jclouds.io.payloads
Fields in org.jclouds.io.payloads declared as Crypto Modifier and Type Field Description protected CryptoBaseCipherPayload. cryptoConstructors 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 CryptoUtils. crypto() -
Uses of Crypto in org.jclouds.rest.internal
Methods in org.jclouds.rest.internal that return Crypto Modifier and Type Method Description CryptoUtilsImpl. 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)
-