aQute.libg.cryptography
Class SHA1

java.lang.Object
  extended by aQute.libg.cryptography.Digest
      extended by aQute.libg.cryptography.SHA1

public class SHA1
extends Digest


Field Summary
static String ALGORITHM
           
 
Constructor Summary
SHA1(byte[] b)
           
 
Method Summary
 String getAlgorithm()
           
static Digester<SHA1> getDigester()
           
 
Methods inherited from class aQute.libg.cryptography.Digest
digest, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALGORITHM

public static final String ALGORITHM
See Also:
Constant Field Values
Constructor Detail

SHA1

public SHA1(byte[] b)
Method Detail

getDigester

public static Digester<SHA1> getDigester()
                                  throws NoSuchAlgorithmException
Throws:
NoSuchAlgorithmException

getAlgorithm

public String getAlgorithm()
Specified by:
getAlgorithm in class Digest


Copyright © 2012 aQute SARL. All Rights Reserved.