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
IOException
public QBlock change(BigInteger E, BigInteger N)
public byte[] getData()
public void write(OutputStream os, int size) throws IOException
IOException
Copyright © 2017. All Rights Reserved.