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