net.schmizz.sshj.transport.mac
Class HMACMD596.Factory
java.lang.Object
net.schmizz.sshj.transport.mac.HMACMD596.Factory
- All Implemented Interfaces:
- Factory<MAC>, Factory.Named<MAC>
- Enclosing class:
- HMACMD596
public static class HMACMD596.Factory
- extends Object
- implements Factory.Named<MAC>
Named factory for the HMAC-MD5-96 MAC
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HMACMD596.Factory
public HMACMD596.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.