public abstract class AbstractHashProvider extends Object implements HashProvider
| Constructor and Description |
|---|
AbstractHashProvider(int hashSize,
int blockSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
blockSize() |
void |
hash(byte[] data) |
int |
hashSize() |
protected void |
init() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithash, outputprotected void init()
public int hashSize()
hashSize in interface HashProviderpublic int blockSize()
blockSize in interface HashProviderpublic void hash(byte[] data)
throws KrbException
hash in interface HashProviderKrbExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.