Class RBlock

java.lang.Object
net.sourceforge.plantuml.dedication.RBlock

public class RBlock extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    RBlock(byte[] init, int start, int size)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    change(java.math.BigInteger E, java.math.BigInteger N)
     
    byte[]
    getData(int size)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RBlock

      public RBlock(byte[] init, int start, int size)
  • Method Details

    • change

      public RBlock change(java.math.BigInteger E, java.math.BigInteger N)
    • getData

      public byte[] getData(int size)