Class HmacSha512_96
java.lang.Object
com.sshtools.common.ssh.components.jce.AbstractHmac
com.sshtools.common.ssh.components.jce.HmacSha512
com.sshtools.common.ssh.components.jce.HmacSha512_96
- All Implemented Interfaces:
Component,SshComponent,SshHmac,SecureComponent
SHA-1 message authentication implementation.
- Author:
- Lee David Painter
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.sshtools.common.ssh.components.jce.HmacSha512
HmacSha512.HmacSha512Factory -
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.HmacSha512
initMethods inherited from class com.sshtools.common.ssh.components.jce.AbstractHmac
doFinal, generate, getMacLength, getMacSize, getPriority, getProvider, getSecurityLevel, isETM, update, verify
-
Constructor Details
-
HmacSha512_96
public HmacSha512_96()
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceSecureComponent- Specified by:
getAlgorithmin interfaceSshComponent- Specified by:
getAlgorithmin interfaceSshHmac- Overrides:
getAlgorithmin classHmacSha512
-