public class QBlock extends Object
| Constructor and Description |
|---|
QBlock(BigInteger number) |
| Modifier and Type | Method and Description |
|---|---|
QBlock |
change(BigInteger E,
BigInteger N) |
byte[] |
getData() |
static QBlock |
read(InputStream source,
int size) |
String |
toString() |
void |
write(OutputStream os,
int size) |
public QBlock(BigInteger number)
public static QBlock read(InputStream source, int size) throws IOException
IOExceptionpublic QBlock change(BigInteger E, BigInteger N)
public byte[] getData()
public void write(OutputStream os, int size) throws IOException
IOExceptionCopyright © 2017. All rights reserved.