org.jclouds.io.payloads
Class RSADecryptingPayload

java.lang.Object
  extended by org.jclouds.io.payloads.DelegatingPayload
      extended by org.jclouds.io.payloads.BaseCipherPayload
          extended by org.jclouds.io.payloads.RSADecryptingPayload
All Implemented Interfaces:
com.google.common.io.InputSupplier<InputStream>, Closeable, Payload, WriteTo

public class RSADecryptingPayload
extends BaseCipherPayload

Author:
Adrian Cole

Constructor Summary
RSADecryptingPayload(Payload delegate, Key key)
           
 
Method Summary
 Cipher initializeCipher(Key key)
           
 
Methods inherited from class org.jclouds.io.payloads.BaseCipherPayload
getInput, writeTo
 
Methods inherited from class org.jclouds.io.payloads.DelegatingPayload
close, equals, getContentMetadata, getDelegate, getRawContent, hashCode, isRepeatable, release, setContentMetadata
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSADecryptingPayload

public RSADecryptingPayload(Payload delegate,
                            Key key)
Method Detail

initializeCipher

public Cipher initializeCipher(Key key)
Specified by:
initializeCipher in class BaseCipherPayload


Copyright © 2009-2011 jclouds. All Rights Reserved.