![]() |
|
Contents |
Public Member Functions | |
| CipherOutputStream (OutputStream os, Cipher c) | |
| .intel.drl.spec_ref | |
| void | write (int b) throws IOException |
| .intel.drl.spec_ref | |
| void | write (byte[] b) throws IOException |
| .intel.drl.spec_ref | |
| void | write (byte[] b, int off, int len) throws IOException |
| .intel.drl.spec_ref | |
| void | flush () throws IOException |
| .intel.drl.spec_ref | |
| void | close () throws IOException |
| .intel.drl.spec_ref | |
Protected Member Functions | |
| CipherOutputStream (OutputStream os) | |
| .intel.drl.spec_ref | |
Private Attributes | |
| final Cipher | cipher |
| final byte[] | arr = new byte[1] |
| CipherOutputStream | ( | OutputStream | os, | |
| Cipher | c | |||
| ) |
.intel.drl.spec_ref
| CipherOutputStream | ( | OutputStream | os | ) | [protected] |
.intel.drl.spec_ref
| void write | ( | int | b | ) | throws IOException [virtual] |
| void write | ( | byte[] | b | ) | throws IOException |
.intel.drl.spec_ref
| void write | ( | byte[] | b, | |
| int | off, | |||
| int | len | |||
| ) | throws IOException |
.intel.drl.spec_ref
| void flush | ( | ) | throws IOException |
| void close | ( | ) | throws IOException |
final byte [] arr = new byte[1] [private] |