public interface HashProvider
| Modifier and Type | Method and Description |
|---|---|
int |
blockSize() |
void |
hash(byte[] data) |
void |
hash(byte[] data,
int start,
int size) |
int |
hashSize() |
byte[] |
output() |
int hashSize()
int blockSize()
void hash(byte[] data,
int start,
int size)
throws KrbException
KrbExceptionvoid hash(byte[] data) throws KrbException
KrbExceptionbyte[] output()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.