public abstract class AbstractUnkeyedCheckSumTypeHandler extends AbstractCheckSumTypeHandler
| Constructor and Description |
|---|
AbstractUnkeyedCheckSumTypeHandler(HashProvider hashProvider,
int computeSize,
int outputSize) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
checksum(byte[] data,
int start,
int len) |
boolean |
verify(byte[] data,
int start,
int len,
byte[] checksum) |
checksum, checksumWithKey, checksumWithKey, cksumSize, computeSize, confounderSize, displayName, isSafe, keySize, name, outputSize, verify, verifyWithKeychecksumEqual, checksumEqual, encProvider, hashProviderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcksumTypeencProvider, hashProviderpublic AbstractUnkeyedCheckSumTypeHandler(HashProvider hashProvider, int computeSize, int outputSize)
public byte[] checksum(byte[] data,
int start,
int len)
throws KrbException
checksum in interface CheckSumTypeHandlerchecksum in class AbstractCheckSumTypeHandlerKrbExceptionpublic boolean verify(byte[] data,
int start,
int len,
byte[] checksum)
throws KrbException
verify in interface CheckSumTypeHandlerverify in class AbstractCheckSumTypeHandlerKrbExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.