|
|||||||||
Home >> All >> cryptix >> jce >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
cryptix.jce.util
Class MPIOutputStream

java.lang.Objectcryptix.jce.util.MPIOutputStream
- public final class MPIOutputStream
- extends java.lang.Object
- Version:
- $Revision: 1.3 $
Field Summary | |
private java.io.OutputStream |
os
|
Constructor Summary | |
MPIOutputStream(java.io.OutputStream os)
|
Method Summary | |
void |
close()
|
void |
flush()
|
void |
write(java.math.BigInteger bi)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
os
private final java.io.OutputStream os
Constructor Detail |
MPIOutputStream
public MPIOutputStream(java.io.OutputStream os)
Method Detail |
close
public void close() throws java.io.IOException
flush
public void flush() throws java.io.IOException
write
public void write(java.math.BigInteger bi) throws java.io.IOException
|
|||||||||
Home >> All >> cryptix >> jce >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |