Class HmacRipeMd160ETM.HmacRipeMd160ETMFactory
java.lang.Object
com.sshtools.common.ssh.components.jce.HmacRipeMd160ETM.HmacRipeMd160ETMFactory
- All Implemented Interfaces:
ComponentInstanceFactory<HmacRipeMd160ETM>,SshHmacFactory<HmacRipeMd160ETM>
- Enclosing class:
- HmacRipeMd160ETM
public static class HmacRipeMd160ETM.HmacRipeMd160ETMFactory
extends Object
implements SshHmacFactory<HmacRipeMd160ETM>
-
Constructor Details
-
HmacRipeMd160ETMFactory
public HmacRipeMd160ETMFactory()
-
-
Method Details
-
create
Description copied from interface:ComponentInstanceFactoryCreate a new instance of the component.- Specified by:
createin interfaceComponentInstanceFactory<HmacRipeMd160ETM>- 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<HmacRipeMd160ETM>- Returns:
- key
-