|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neuclear.commons.crypto.channels.AbstractCryptoChannel
org.neuclear.commons.crypto.channels.CipherChannel
public class CipherChannel
Created by IntelliJ IDEA. User: pelleb Date: Mar 8, 2004 Time: 10:06:40 AM To change this template use File | Settings | File Templates.
| Field Summary |
|---|
| Fields inherited from class org.neuclear.commons.crypto.channels.AbstractCryptoChannel |
|---|
closed |
| Constructor Summary | |
|---|---|
CipherChannel(javax.crypto.Cipher cipher)
|
|
| Method Summary | |
|---|---|
void |
close()
|
int |
write(java.nio.ByteBuffer buffer)
|
| Methods inherited from class org.neuclear.commons.crypto.channels.AbstractCryptoChannel |
|---|
isOpen, pipe, pipe, source, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CipherChannel(javax.crypto.Cipher cipher)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public int write(java.nio.ByteBuffer buffer)
throws java.io.IOException
java.io.IOException
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.nio.channels.Channelclose in class AbstractCryptoChanneljava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||