net.schmizz.sshj.transport.mac
Class HMACMD5.Factory
java.lang.Object
net.schmizz.sshj.transport.mac.HMACMD5.Factory
- All Implemented Interfaces:
- Factory<MAC>, Factory.Named<MAC>
- Enclosing class:
- HMACMD5
public static class HMACMD5.Factory
- extends Object
- implements Factory.Named<MAC>
Named factory for the HMACMD5 MAC
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HMACMD5.Factory
public HMACMD5.Factory()
create
public MAC create()
- Specified by:
create
in interface Factory<MAC>
- Returns:
- a new object created using this factory.
getName
public String getName()
- Specified by:
getName
in interface Factory.Named<MAC>
- Returns:
- the name of this factory.
Copyright © 2009-2012. All Rights Reserved.