Class RBlock
- java.lang.Object
-
- net.sourceforge.plantuml.dedication.RBlock
-
public class RBlock extends Object
-
-
Constructor Summary
Constructors Constructor Description RBlock(byte[] init, int start, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RBlock
change(BigInteger E, BigInteger N)
byte[]
getData(int size)
-
-
-
Method Detail
-
change
public RBlock change(BigInteger E, BigInteger N)
-
getData
public byte[] getData(int size)
-
-