public class StreamCipherFactory extends Object
| Constructor and Description |
|---|
StreamCipherFactory(SecretKey key) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
wrap(InputStream in) |
OutputStream |
wrap(OutputStream out) |
public StreamCipherFactory(SecretKey key)
public InputStream wrap(InputStream in) throws GeneralSecurityException
GeneralSecurityExceptionpublic OutputStream wrap(OutputStream out) throws GeneralSecurityException
GeneralSecurityExceptionCopyright © 2004-2012. All Rights Reserved.