Class HmacSha256_at_ssh_dot_com.HmacSha256_at_ssh_dot_comFactory
java.lang.Object
com.sshtools.common.ssh.components.jce.HmacSha256_at_ssh_dot_com.HmacSha256_at_ssh_dot_comFactory
- All Implemented Interfaces:
ComponentInstanceFactory<HmacSha256_at_ssh_dot_com>,SshHmacFactory<HmacSha256_at_ssh_dot_com>
- Enclosing class:
- HmacSha256_at_ssh_dot_com
public static class HmacSha256_at_ssh_dot_com.HmacSha256_at_ssh_dot_comFactory
extends Object
implements SshHmacFactory<HmacSha256_at_ssh_dot_com>
-
Constructor Details
-
HmacSha256_at_ssh_dot_comFactory
public HmacSha256_at_ssh_dot_comFactory()
-
-
Method Details
-
create
Description copied from interface:ComponentInstanceFactoryCreate a new instance of the component.- Specified by:
createin interfaceComponentInstanceFactory<HmacSha256_at_ssh_dot_com>- Returns:
- component
- Throws:
NoSuchAlgorithmException- if no such algorithm existsIOException- any other error
-
getKeys
Description copied from interface:ComponentInstanceFactoryGet the internal keys used to identify this component. The same component may be identified by more than one key, for exampleSHA256andSHA-256. The first key in the array is the algorithms primary key.- Specified by:
getKeysin interfaceComponentInstanceFactory<HmacSha256_at_ssh_dot_com>- Returns:
- key
-