Class CRC24

java.lang.Object
org.bouncycastle.bcpg.CRC24
Direct Known Subclasses:
FastCRC24

public class CRC24 extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • update

      public void update(int b)
    • update3

      public void update3(byte[] buf, int off)
    • getValue

      public int getValue()
    • reset

      public void reset()