Package org.jclouds.io.payloads
Class BaseCipherPayload
java.lang.Object
org.jclouds.io.payloads.DelegatingPayload
org.jclouds.io.payloads.BaseCipherPayload
- All Implemented Interfaces:
 Closeable,AutoCloseable,Payload
- Direct Known Subclasses:
 RSADecryptingPayload,RSAEncryptingPayload
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract CipherinitializeCipher(Key key) Creates a new InputStream object of the payload.Methods inherited from class org.jclouds.io.payloads.DelegatingPayload
close, equals, getContentMetadata, getDelegate, getInput, getRawContent, hashCode, isRepeatable, isSensitive, release, setContentMetadata, setSensitive 
- 
Field Details
- 
crypto
 
 - 
 - 
Constructor Details
- 
BaseCipherPayload
 
 - 
 - 
Method Details
- 
initializeCipher
 - 
openStream
Description copied from class:DelegatingPayloadCreates a new InputStream object of the payload.- Specified by:
 openStreamin interfacePayload- Overrides:
 openStreamin classDelegatingPayload- Throws:
 IOException
 
 -