org.jclouds.io.payloads
Class RSAEncryptingPayload

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

public class RSAEncryptingPayload
extends BaseCipherPayload

Author:
Adrian Cole

Constructor Summary
RSAEncryptingPayload(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

RSAEncryptingPayload

public RSAEncryptingPayload(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.