COM.claymoresystems.crypto
public class HMACOutputStream extends OutputStream
Constructor Summary | |
---|---|
HMACOutputStream(String digest, byte[] key, OutputStream out) Create the output stream with the indicated key | |
HMACOutputStream(String digest, String key, OutputStream out) Create the output stream with the indicated key |
Method Summary | |
---|---|
byte[] | digest() |
void | write(int b) |
void | write(byte[] b) |
protected void | _HMACOutputStream(String digest, byte[] key, OutputStream out) |
Parameters: digest the digest name key the key out the output stream
Parameters: digest the digest name key the key out the output stream