COM.claymoresystems.crypto
public class HMACInputStream extends InputStream
| Constructor Summary | |
|---|---|
| HMACInputStream(String digest, byte[] key, InputStream in) Create the input stream with the indicated key | |
| HMACInputStream(String digest, String key, InputStream out) Create the input stream with the indicated key | |
| Method Summary | |
|---|---|
| byte[] | digest() |
| int | read() |
| int | read(byte[] b) |
| protected void | _HMACInputStream(String digest, byte[] key, InputStream in) |
Parameters: digest the digest name key the key in the input stream
Parameters: digest the digest name key the key in the input stream