Class HmacSha256_at_ssh_dot_com
java.lang.Object
com.sshtools.common.ssh.components.jce.AbstractHmac
com.sshtools.common.ssh.components.jce.HmacSha256_at_ssh_dot_com
- All Implemented Interfaces:
Component,SshComponent,SshHmac,SecureComponent
SHA-1 message authentication implementation.
- Author:
- Lee David Painter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from class com.sshtools.common.ssh.components.jce.AbstractHmac
jceAlgorithm, mac, macLength, macSize -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sshtools.common.ssh.components.jce.AbstractHmac
doFinal, generate, getMacLength, getMacSize, getPriority, getProvider, getSecurityLevel, isETM, update, verify
-
Constructor Details
-
HmacSha256_at_ssh_dot_com
public HmacSha256_at_ssh_dot_com() -
HmacSha256_at_ssh_dot_com
protected HmacSha256_at_ssh_dot_com(int size)
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceSecureComponent- Specified by:
getAlgorithmin interfaceSshComponent- Specified by:
getAlgorithmin interfaceSshHmac- Specified by:
getAlgorithmin classAbstractHmac
-
init
- Specified by:
initin interfaceSshHmac- Overrides:
initin classAbstractHmac- Throws:
SshException
-