org.apache.sshd.common.digest
Class SHA1

java.lang.Object
  extended by org.apache.sshd.common.digest.BaseDigest
      extended by org.apache.sshd.common.digest.SHA1
All Implemented Interfaces:
Digest

public class SHA1
extends BaseDigest

SHA1 Digest.

Author:
Apache MINA SSHD Project

Nested Class Summary
static class SHA1.Factory
          Named factory for SHA1 digest
 
Constructor Summary
SHA1()
          Create a new instance of a SHA1 digest
 
Method Summary
 
Methods inherited from class org.apache.sshd.common.digest.BaseDigest
digest, getBlockSize, init, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SHA1

public SHA1()
Create a new instance of a SHA1 digest



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.