|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.bcpg.CRC24
Field Summary | |
protected int |
crc
|
protected static int |
CRC24_INIT
|
protected static int |
CRC24_POLY
|
Constructor Summary | |
CRC24()
Default, iterative CRC-24 implementation as described in RFC4880. |
Method Summary | |
int |
getValue()
|
void |
reset()
|
void |
update(int b)
|
void |
update3(byte[] buf,
int off)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final int CRC24_INIT
protected static final int CRC24_POLY
protected int crc
Constructor Detail |
public CRC24()
Method Detail |
public void update(int b)
public void update3(byte[] buf, int off)
public int getValue()
public void reset()
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |