|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.maverick.ssh.components.jce.AbstractHmac
com.maverick.ssh.components.jce.HmacSha1
public class HmacSha1
SHA-1 message authentication implementation.
| Field Summary |
|---|
| Fields inherited from class com.maverick.ssh.components.jce.AbstractHmac |
|---|
jceAlgorithm, mac, macLength, macSize |
| Constructor Summary | |
|---|---|
HmacSha1()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAlgorithm()
|
void |
init(byte[] keydata)
|
| Methods inherited from class com.maverick.ssh.components.jce.AbstractHmac |
|---|
doFinal, generate, getMacLength, getProvider, update, verify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HmacSha1()
| Method Detail |
|---|
public java.lang.String getAlgorithm()
getAlgorithm in interface SshHmacgetAlgorithm in class AbstractHmac
public void init(byte[] keydata)
throws SshException
init in interface SshHmacinit in class AbstractHmacSshException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||