org.apache.sshd.common.mac
Class HMACSHA1.Factory
java.lang.Object
org.apache.sshd.common.mac.HMACSHA1.Factory
- All Implemented Interfaces:
- Factory<Mac>, NamedFactory<Mac>
- Enclosing class:
- HMACSHA1
public static class HMACSHA1.Factory
- extends Object
- implements NamedFactory<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()
getName
public String getName()
- Description copied from interface:
NamedFactory
- Name of this factory
- Specified by:
getName
in interface NamedFactory<Mac>
- Returns:
create
public Mac create()
- Description copied from interface:
Factory
- Create a new instance
- Specified by:
create
in interface Factory<Mac>
- Returns:
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.