Package org.bouncycastle.bcpg
Class CRC24
- java.lang.Object
-
- org.bouncycastle.bcpg.CRC24
-
public class CRC24 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CRC24()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue()
void
reset()
void
update(int b)
-