Package org.jclouds.io.payloads
Class RSADecryptingPayload
- java.lang.Object
-
- org.jclouds.io.payloads.DelegatingPayload
-
- org.jclouds.io.payloads.BaseCipherPayload
-
- org.jclouds.io.payloads.RSADecryptingPayload
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Payload
public class RSADecryptingPayload extends BaseCipherPayload
-
-
Field Summary
-
Fields inherited from class org.jclouds.io.payloads.BaseCipherPayload
crypto
-
-
Constructor Summary
Constructors Constructor Description RSADecryptingPayload(Crypto crypto, Payload delegate, Key key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CipherinitializeCipher(Key key)-
Methods inherited from class org.jclouds.io.payloads.BaseCipherPayload
openStream
-
Methods inherited from class org.jclouds.io.payloads.DelegatingPayload
close, equals, getContentMetadata, getDelegate, getInput, getRawContent, hashCode, isRepeatable, isSensitive, release, setContentMetadata, setSensitive
-
-
-
-
Method Detail
-
initializeCipher
public Cipher initializeCipher(Key key)
- Specified by:
initializeCipherin classBaseCipherPayload
-
-