Alphabetical Index

A B C D E F G H I J K L M N O P R S T U V W X

A

a - field in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
AbstractChecksum - class jonelo.jacksum.algorithm.AbstractChecksum
An abstract class that is actually the parent of all algorithms.
AbstractChecksum() - constructor for class jonelo.jacksum.algorithm.AbstractChecksum
Creates an AbstractChecksum.
addAlgorithm(String,boolean) - method in class jonelo.jacksum.algorithm.CombinedChecksum
addBytes(long) - method in class jonelo.jacksum.ui.Summary
addDir() - method in class jonelo.jacksum.ui.Summary
addErrorDir() - method in class jonelo.jacksum.ui.Summary
addErrorFile() - method in class jonelo.jacksum.ui.Summary
addFile() - method in class jonelo.jacksum.ui.Summary
Adler32 - class jonelo.jacksum.algorithm.Adler32
A class that can be used to compute the Adler32 of a data stream.
Adler32() - constructor for class jonelo.jacksum.algorithm.Adler32
Adler32alt - class jonelo.jacksum.algorithm.Adler32alt
A class that can be used to compute the Adler32 of a data stream (alternate).
Adler32alt() - constructor for class jonelo.jacksum.algorithm.Adler32alt
areEqual(byte[],byte[]) - static method in class jonelo.jacksum.adapt.org.bouncycastle.util.Arrays
Arrays - class jonelo.jacksum.adapt.org.bouncycastle.util.Arrays
General array utilities.

B

b - field in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
BASE16 - static field in class jonelo.jacksum.algorithm.AbstractChecksum
BASE32 - static field in class jonelo.jacksum.algorithm.AbstractChecksum
Base32 - class jonelo.sugar.util.Base32
Base32 - encodes and decodes 'Canonical' Base32
BASE64 - static field in class jonelo.jacksum.algorithm.AbstractChecksum
Base64 - class jonelo.sugar.util.Base64
Encodes and decodes to and from Base64 notation.
BaseHash - class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
A base abstract class to facilitate hash implementations.
BaseHash(String,int,int) - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
Trivial constructor for use by concrete subclasses.
BIN - static field in class jonelo.jacksum.algorithm.AbstractChecksum
BLOCK_SIZE - static field in class jonelo.jacksum.adapt.org.bouncycastle.crypto.engines.GOST28147Engine
BLOCK_SIZE - static field in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
BlockCipher - interface jonelo.jacksum.adapt.org.bouncycastle.crypto.BlockCipher
Block cipher engines are expected to conform to this interface.
blockSize - field in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
The hash (inner) block size in bytes.
blockSize() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
blockSize() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.IMessageDigest
Returns the algorithm's (inner) block size in bytes.
blockUpdate() - method in class jonelo.jacksum.adapt.com.bitzi.util.TigerTree
Update the internal state with a single block of size 1024 (or less, in final block) from the internal buffer.
BUBBLEBABBLE - static field in class jonelo.jacksum.algorithm.AbstractChecksum
BubbleBabble - class jonelo.sugar.util.BubbleBabble
Header notice from the source called key.c in OpenSSH: Copyright (c) 2000, 2001 Markus Friedl.
buffer - field in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
Temporary input buffer.
BUFFERSIZE - static field in class jonelo.jacksum.algorithm.AbstractChecksum
byteToString(int) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Returns a string of 2 hexadecimal digits (most significant digit first) corresponding to the lowest 8 bits of n.

C

c - field in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
CHECKFILE - static field in class jonelo.jacksum.ui.ExitStatus
CheckFile - class jonelo.jacksum.ui.CheckFile
This class can be used to check the file integrity of files against a given file list.
CheckFile(String) - constructor for class jonelo.jacksum.ui.CheckFile
Creates a CheckFile.
CipherParameters - interface jonelo.jacksum.adapt.org.bouncycastle.crypto.CipherParameters
all parameter classes implement this.
Cksum - class jonelo.jacksum.algorithm.Cksum
A class that can be used to compute the Cksum of a data stream.
Cksum() - constructor for class jonelo.jacksum.algorithm.Cksum
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Has160
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.IMessageDigest
Returns a clone copy of this instance.
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD2
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD4
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD5
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD128
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD160
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha0
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha160
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha224
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha256
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha384
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha512
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger128
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger160
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger2
clone() - method in class jonelo.jacksum.adapt.com.bitzi.util.TigerTree
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2000
clone() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2003
CombinedChecksum - class jonelo.jacksum.algorithm.CombinedChecksum
CombinedChecksum() - constructor for class jonelo.jacksum.algorithm.CombinedChecksum
Creates a new instance of CombinedChecksum
CombinedChecksum(String[],boolean) - constructor for class jonelo.jacksum.algorithm.CombinedChecksum
COMMENTDEFAULT - static field in class jonelo.jacksum.ui.CheckFile
Lines starting with this special String are ignored
compareTo(Object) - method in class jonelo.sugar.util.Version
count - field in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
Number of bytes processed so far.
countChar(String,char) - static method in class jonelo.sugar.util.GeneralString
Crc16 - class jonelo.jacksum.algorithm.Crc16
A class that can be used to compute the CRC-16 of a data stream.
Crc16() - constructor for class jonelo.jacksum.algorithm.Crc16
crc16tab - field in class jonelo.jacksum.algorithm.Crc16
Crc32 - class jonelo.jacksum.algorithm.Crc32
A class that can be used to compute the Cksum of a data stream.
Crc32() - constructor for class jonelo.jacksum.algorithm.Crc32
Crc32Mpeg2 - class jonelo.jacksum.algorithm.Crc32Mpeg2
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Crc64 - class jonelo.jacksum.algorithm.Crc64
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Crc64() - constructor for class jonelo.jacksum.algorithm.Crc64
Crc8 - class jonelo.jacksum.algorithm.Crc8
A class that can be used to compute the Crc8 of a data stream.
Crc8() - constructor for class jonelo.jacksum.algorithm.Crc8
CrcGeneric - class jonelo.jacksum.algorithm.CrcGeneric
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
CrcGeneric(int,long,long,boolean,boolean,long) - constructor for class jonelo.jacksum.algorithm.CrcGeneric
Constructor with all parameters as defined in the Rocksoft^tm Model CRC Algorithm
CrcGeneric(String) - constructor for class jonelo.jacksum.algorithm.CrcGeneric
Constructor with a String parameter
crctab - field in class jonelo.jacksum.algorithm.Cksum
crctab - field in class jonelo.jacksum.algorithm.FCS16
crctab - field in class jonelo.jacksum.algorithm.FCS32

D

DataLengthException - class jonelo.jacksum.adapt.org.bouncycastle.crypto.DataLengthException
this exception is thrown if a buffer that is meant to have output copied into it turns out to be too short, or if we've been given insufficient input.
DataLengthException() - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.DataLengthException
base constructor.
DataLengthException(String) - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.DataLengthException
create a DataLengthException with the given message.
DEC - static field in class jonelo.jacksum.algorithm.AbstractChecksum
decformat(long,String) - static method in class jonelo.jacksum.util.Service
DECODE - static field in class jonelo.sugar.util.Base64
Specify decoding.
decode(byte[],int,int) - static method in class jonelo.sugar.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - static method in class jonelo.sugar.util.Base32
decode(String) - static method in class jonelo.sugar.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeEncodedUnicode(String) - static method in class jonelo.sugar.util.GeneralString
Converts encoded \uxxxx to unicode chars
decodeFromFile(String) - static method in class jonelo.sugar.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String,String) - static method in class jonelo.sugar.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - static method in class jonelo.sugar.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DEFAULT - static field in class jonelo.jacksum.cli.Jacksum
Digest - interface jonelo.jacksum.adapt.org.bouncycastle.crypto.Digest
interface that a message digest conforms to.
digest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
digest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.IMessageDigest
Completes the message digest by performing final operations such as padding and resetting the instance.
doFinal(byte[],int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.Digest
close the digest, producing the final digest value.
doFinal(byte[],int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GOST3411Digest
doFinal(byte[],int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD256Digest
doFinal(byte[],int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD320Digest
DONT_BREAK_LINES - static field in class jonelo.sugar.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
dump(BigInteger) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Returns a hexadecimal dump of the trimmed bytes of a BigInteger.
dumpString(byte[]) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
dumpString(byte[],int,int) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
dumpString(byte[],int,int,String) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Dumps a byte array as a string, in a format that is easy to read for debugging.
dumpString(byte[],String) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
duration(long) - static method in class jonelo.jacksum.util.Service
Return a human readable String which represents a time in ms

E

Edonkey - class jonelo.jacksum.algorithm.Edonkey
A class that can be used to compute the eDonkey of a data stream.
Edonkey() - constructor for class jonelo.jacksum.algorithm.Edonkey
Creates a new Edonkey object
Elf - class jonelo.jacksum.algorithm.Elf
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Elf() - constructor for class jonelo.jacksum.algorithm.Elf
ENCODE - static field in class jonelo.sugar.util.Base64
Specify encoding.
encode(byte[]) - static method in class jonelo.sugar.util.Base32
encode(byte[]) - static method in class jonelo.sugar.util.BubbleBabble
encodeBytes(byte[]) - static method in class jonelo.sugar.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[],int) - static method in class jonelo.sugar.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[],int,int) - static method in class jonelo.sugar.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[],int,int,int) - static method in class jonelo.sugar.util.Base64
Encodes a byte array into Base64 notation.
encodeFromFile(String) - static method in class jonelo.sugar.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(java.io.Serializable) - static method in class jonelo.sugar.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(java.io.Serializable,int) - static method in class jonelo.sugar.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[],String) - static method in class jonelo.sugar.util.Base64
Convenience method for encoding data to a file.
encodeUnicode(String) - static method in class jonelo.sugar.util.GeneralString
encoding - field in class jonelo.jacksum.algorithm.AbstractChecksum
EncodingException - class jonelo.sugar.util.EncodingException
Thrown to indicate that the application has attempted to specify a non supported encoding
EncodingException() - constructor for class jonelo.sugar.util.EncodingException
Constructs a EncodingException with no detail message.
EncodingException(String) - constructor for class jonelo.sugar.util.EncodingException
Constructs a EncodingException with the specified detail message.
engineDigest() - method in class jonelo.jacksum.adapt.com.bitzi.util.TigerTree
engineDigest(byte[],int,int) - method in class jonelo.jacksum.adapt.com.bitzi.util.TigerTree
engineGetDigestLength() - method in class jonelo.jacksum.adapt.com.bitzi.util.TigerTree
engineReset() - method in class jonelo.jacksum.adapt.com.bitzi.util.TigerTree
engineUpdate(byte) - method in class jonelo.jacksum.adapt.com.bitzi.util.TigerTree
engineUpdate(byte[],int,int) - method in class jonelo.jacksum.adapt.com.bitzi.util.TigerTree
equals(Object) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Returns true only if the specified checksum is equal to this object.
equals(Object) - method in class jonelo.sugar.util.Version
ExitException - class jonelo.sugar.util.ExitException
This exception is thrown if the program should exit
ExitException(String) - constructor for class jonelo.sugar.util.ExitException
ExitException(String,int) - constructor for class jonelo.sugar.util.ExitException
ExitStatus - class jonelo.jacksum.ui.ExitStatus
This class defines exit codes.

F

FCS16 - class jonelo.jacksum.algorithm.FCS16
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
FCS16() - constructor for class jonelo.jacksum.algorithm.FCS16
FCS32 - class jonelo.jacksum.algorithm.FCS32
A class that can be used to compute the CRC-32 (FCS-32) of a data stream (alternate).
FCS32() - constructor for class jonelo.jacksum.algorithm.FCS32
filename - field in class jonelo.jacksum.algorithm.AbstractChecksum
fill(byte[],byte) - static method in class jonelo.jacksum.adapt.org.bouncycastle.util.Arrays
fill(long[],long) - static method in class jonelo.jacksum.adapt.org.bouncycastle.util.Arrays
fill(short[],short) - static method in class jonelo.jacksum.adapt.org.bouncycastle.util.Arrays
finish() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GeneralDigest
firstFormat(StringBuffer) - method in class jonelo.jacksum.algorithm.AbstractChecksum
firstFormat(StringBuffer) - method in class jonelo.jacksum.algorithm.CombinedChecksum
with this method the format() method can be customized, it will be launched at the beginning of format()
format(byte[]) - static method in class jonelo.jacksum.util.Service
format(byte[],boolean) - static method in class jonelo.jacksum.util.Service
format(byte[],boolean,int,char) - static method in class jonelo.jacksum.util.Service
format(String) - method in class jonelo.jacksum.algorithm.AbstractChecksum
formatAsBits(byte[]) - static method in class jonelo.jacksum.util.Service
fromBase64(String) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
The inverse function of the above.
fromDigit(char) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Returns a number from 0 to 15 corresponding to the designated hexadecimal digit.

G

G(int,int,int,int,int,byte[],int) - static method in class jonelo.jacksum.adapt.gnu.crypto.hash.Has160
G(int,int,int,int,int,byte[],int) - static method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha0
G(int,int,int,int,int,byte[],int) - static method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha160
G(int,int,int,int,int,int,int,int,byte[],int) - static method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha224
G(int,int,int,int,int,int,int,int,byte[],int) - static method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha256
G(long,long,long,long,long,long,long,long,byte[],int) - static method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha384
G(long,long,long,long,long,long,long,long,byte[],int) - static method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha512
GeneralDigest - class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GeneralDigest
base implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.
GeneralDigest() - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GeneralDigest
Standard constructor
GeneralDigest(GeneralDigest) - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GeneralDigest
Copy constructor.
GeneralProgram - class jonelo.sugar.util.GeneralProgram
Sugar for Java, 1.3.0 Copyright (C) 2001-2005 Dipl.-Inf.
GeneralString - class jonelo.sugar.util.GeneralString
Sugar for Java 1.3.0 Copyright (C) 2001-2005 Dipl.-Inf.
GeneralString() - constructor for class jonelo.sugar.util.GeneralString
Creates new GeneralString
getAddedFiles() - method in class jonelo.jacksum.ui.Summary
getAlgorithm() - method in class jonelo.jacksum.ui.MetaInfo
Gets the algorithm.
getAlgorithmName() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.BlockCipher
Return the name of the algorithm the cipher implements.
getAlgorithmName() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.Digest
return the algorithm name
getAlgorithmName() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.engines.GOST28147Engine
getAlgorithmName() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GOST3411Digest
getAlgorithmName() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD256Digest
getAlgorithmName() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD320Digest
getAvailableAlgorithms() - static method in class jonelo.jacksum.JacksumAPI
Gets all available algorithms.
getAvailableEncodings() - static method in class jonelo.jacksum.JacksumAPI
Gets all available encodings of a checksum.
getBlockSize() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.BlockCipher
Return the block size for this cipher (in bytes).
getBlockSize() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.engines.GOST28147Engine
getByteArray() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Returns the result of the computation as byte array.
getByteArray() - method in class jonelo.jacksum.algorithm.Adler32
getByteArray() - method in class jonelo.jacksum.algorithm.Adler32alt
getByteArray() - method in class jonelo.jacksum.algorithm.Cksum
getByteArray() - method in class jonelo.jacksum.algorithm.CombinedChecksum
Returns the result of the computation as byte array.
getByteArray() - method in class jonelo.jacksum.algorithm.Crc16
getByteArray() - method in class jonelo.jacksum.algorithm.Crc32
getByteArray() - method in class jonelo.jacksum.algorithm.Crc64
getByteArray() - method in class jonelo.jacksum.algorithm.Crc8
getByteArray() - method in class jonelo.jacksum.algorithm.CrcGeneric
Returns the result of the computation as byte array
getByteArray() - method in class jonelo.jacksum.algorithm.Edonkey
getByteArray() - method in class jonelo.jacksum.algorithm.Elf
getByteArray() - method in class jonelo.jacksum.algorithm.FCS16
getByteArray() - method in class jonelo.jacksum.algorithm.FCS32
getByteArray() - method in class jonelo.jacksum.algorithm.MD
getByteArray() - method in class jonelo.jacksum.algorithm.MDbouncycastle
getByteArray() - method in class jonelo.jacksum.algorithm.MDgnu
getByteArray() - method in class jonelo.jacksum.algorithm.MDTree
getByteArray() - method in class jonelo.jacksum.algorithm.Sum16
getByteArray() - method in class jonelo.jacksum.algorithm.Sum24
getByteArray() - method in class jonelo.jacksum.algorithm.Sum32
getByteArray() - method in class jonelo.jacksum.algorithm.Sum8
getByteArray() - method in class jonelo.jacksum.algorithm.SumBSD
getByteArray() - method in class jonelo.jacksum.algorithm.SumSysV
getBytes() - method in class jonelo.jacksum.ui.Summary
getChecksumInstance(String) - static method in class jonelo.jacksum.JacksumAPI
Gets an object of a checksum algorithm.
getChecksumInstance(String,boolean) - static method in class jonelo.jacksum.JacksumAPI
Gets an object of a checksum algorithm.
getComment() - method in class jonelo.jacksum.ui.MetaInfo
Gets a comment (Homepage, OS, Architecture, etc.).
getCommentchars() - method in class jonelo.jacksum.ui.MetaInfo
getDetails() - method in class jonelo.jacksum.ui.Verbose
Gets the details state.
getDigestSize() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.Digest
return the size, in bytes, of the digest produced by this message digest.
getDigestSize() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GOST3411Digest
getDigestSize() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD256Digest
getDigestSize() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD320Digest
getDirs() - method in class jonelo.jacksum.ui.Summary
getEncoding() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Gets the encoding of the checksum.
getEncoding() - method in class jonelo.jacksum.ui.MetaInfo
Gets the encoding of the checksum
getErrorDirs() - method in class jonelo.jacksum.ui.Summary
getErrorFiles() - method in class jonelo.jacksum.ui.Summary
getExitCode() - method in class jonelo.sugar.util.ExitException
getFilename() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Gets the filename.
getFiles() - method in class jonelo.jacksum.ui.Summary
getFilesep() - method in class jonelo.jacksum.ui.MetaInfo
getFormattedValue() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Returns the checksum formatted.
getFormattedValue() - method in class jonelo.jacksum.algorithm.None
getFormattedValue() - method in class jonelo.jacksum.algorithm.Read
getGroup() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Gets the number of groups (make sense only if encoding is HEX or HEXUP).
getGroupChar() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Gets the group char (works only if encoding is HEX or HEXUP).
getGroupChar() - method in class jonelo.jacksum.ui.MetaInfo
getGrouping() - method in class jonelo.jacksum.ui.MetaInfo
getHexValue() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Gets the format of the checksum as hex.
getInitialValue() - method in class jonelo.jacksum.algorithm.CrcGeneric
Get the initial register value
getInstance(String) - static method in class jonelo.jacksum.adapt.gnu.crypto.hash.HashFactory
Return an instance of a hash algorithm given its name.
getKey() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.params.KeyParameter
getLength() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Returns the length of the processed bytes.
getMajor() - method in class jonelo.sugar.util.Version
getMetaInfo() - method in class jonelo.jacksum.ui.CheckFile
Gets meta-information.
getMinor() - method in class jonelo.sugar.util.Version
getModified() - method in class jonelo.jacksum.ui.CheckFile
getModifiedFiles() - method in class jonelo.jacksum.ui.Summary
getName() - method in class jonelo.jacksum.algorithm.AbstractChecksum
getName() - method in class jonelo.jacksum.algorithm.CrcGeneric
Get the name of the algorithm
getName() - static method in class jonelo.jacksum.JacksumAPI
determines the Name of this API.
getNames() - static method in class jonelo.jacksum.adapt.gnu.crypto.hash.HashFactory
Returns a Set of names of hash algorithms supported by this Factory.
getParameters() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.params.ParametersWithSBox
getPoly() - method in class jonelo.jacksum.algorithm.CrcGeneric
Get the algorithm's polynomial
getRefIn() - method in class jonelo.jacksum.algorithm.CrcGeneric
Should input bytes be reflected?
getRefOut() - method in class jonelo.jacksum.algorithm.CrcGeneric
Get whether the output CRC should be reflected
getRemoved() - method in class jonelo.jacksum.ui.CheckFile
getRemovedFiles() - method in class jonelo.jacksum.ui.Summary
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
Constructs the result from the contents of the current context.
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Has160
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD2
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD4
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD5
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD128
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD160
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha0
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha160
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha224
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha256
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha384
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha512
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger128
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger160
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger2
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2000
getResult() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2003
getSBox() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.params.ParametersWithSBox
getSBox(String) - static method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.engines.GOST28147Engine
Return the S-Box associated with SBoxName
getSeparator() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Gets the separator.
getSeparator() - method in class jonelo.jacksum.ui.MetaInfo
getString() - method in class jonelo.jacksum.algorithm.CrcGeneric
The toString() method is derived from the AbstractChecksum
getSub() - method in class jonelo.sugar.util.Version
getSummary() - method in class jonelo.jacksum.ui.CheckFile
Get the Summary object.
getSummary() - method in class jonelo.jacksum.ui.Verbose
Gets the summary state.
getTimestamp() - method in class jonelo.jacksum.algorithm.AbstractChecksum
getTimestampFormat() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Gets the format of the timestamp.
getTimestampFormat() - method in class jonelo.jacksum.ui.MetaInfo
getTimestampFormatted() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Gets the timestamp, formatted.
getValue() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Returns the value of the checksum.
getValue() - method in class jonelo.jacksum.algorithm.Adler32
getValue() - method in class jonelo.jacksum.algorithm.Cksum
getValue() - method in class jonelo.jacksum.algorithm.Crc16
getValue() - method in class jonelo.jacksum.algorithm.Crc32
getValue() - method in class jonelo.jacksum.algorithm.Crc32Mpeg2
getValue() - method in class jonelo.jacksum.algorithm.Crc8
getValue() - method in class jonelo.jacksum.algorithm.CrcGeneric
Returns the value of the checksum
getValue() - method in class jonelo.jacksum.algorithm.FCS16
getValue() - method in class jonelo.jacksum.algorithm.FCS32
getValue() - method in class jonelo.jacksum.algorithm.Sum16
getValue() - method in class jonelo.jacksum.algorithm.Sum24
getValue() - method in class jonelo.jacksum.algorithm.Sum32
getValue() - method in class jonelo.jacksum.algorithm.Sum8
getValue() - method in class jonelo.jacksum.algorithm.SumSysV
getVerbose() - method in class jonelo.jacksum.ui.CheckFile
Determines what verbose level is wanted.
getVersion() - static method in class jonelo.jacksum.JacksumAPI
Determines the Version of this API.
getVersion() - method in class jonelo.jacksum.ui.MetaInfo
Gets the version of the meta info.
getVersionString() - static method in class jonelo.jacksum.JacksumAPI
determines the Version of this API.
getWarnings() - method in class jonelo.jacksum.ui.Verbose
Gets the warning state.
getWidth() - method in class jonelo.jacksum.algorithm.CrcGeneric
Get the width in bits
getWorkingDir() - method in class jonelo.jacksum.ui.CheckFile
getXorOut() - method in class jonelo.jacksum.algorithm.CrcGeneric
Get the XOR parameter
ghash - field in class jonelo.jacksum.algorithm.Elf
GNU_CRYPTO - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
The name of our Provider.
GOST28147Engine - class jonelo.jacksum.adapt.org.bouncycastle.crypto.engines.GOST28147Engine
implementation of GOST 28147-89
GOST28147Engine() - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.engines.GOST28147Engine
standard constructor.
GOST3411Digest - class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GOST3411Digest
implementation of GOST R 34.11-94
GOST3411Digest() - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GOST3411Digest
Standard constructor
GOST3411Digest(GOST3411Digest) - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GOST3411Digest
Copy constructor.
group - field in class jonelo.jacksum.algorithm.AbstractChecksum
groupChar - field in class jonelo.jacksum.algorithm.AbstractChecksum
GZIP - static field in class jonelo.sugar.util.Base64
Specify that data should be gzip-compressed.

H

Has160 - class jonelo.jacksum.adapt.gnu.crypto.hash.Has160
Has160() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Has160
Trivial 0-arguments constructor.
HAS160_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HASH_SIZE - static field in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
hashCode() - method in class jonelo.jacksum.algorithm.AbstractChecksum
hashCode() - method in class jonelo.sugar.util.Version
HashFactory - class jonelo.jacksum.adapt.gnu.crypto.hash.HashFactory
A Factory to instantiate message digest algorithm instances.
hashSize - field in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
The hash (output) size in bytes.
hashSize() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
hashSize() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.IMessageDigest
Returns the output length in bytes of this message digest algorithm.
Haval - class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
The HAVAL message-digest algorithm is a variable output length, with variable number of rounds.
Haval() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
Calls the constructor with two argument using HAVAL_128_BIT as the value for the output size (i.e.
Haval(int) - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
Calls the constructor with two arguments using the designated output size, and HAVAL_3_ROUND for the value of number of rounds.
Haval(int,int) - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
Constructs a Haval instance with the designated output size (in bytes).
HAVAL_128_BIT - static field in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
HAVAL_160_BIT - static field in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
HAVAL_192_BIT - static field in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
HAVAL_224_BIT - static field in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
HAVAL_256_BIT - static field in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
HAVAL_3_ROUND - static field in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
HAVAL_4_ROUND - static field in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
HAVAL_5_ROUND - static field in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
HAVAL_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_128_3 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_128_4 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_128_5 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_160_3 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_160_4 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_160_5 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_192_3 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_192_4 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_192_5 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_224_3 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_224_4 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_224_5 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_256_3 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_256_4 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_HASH_256_5 - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
HAVAL_VERSION - static field in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
help(String,String) - static method in class jonelo.jacksum.cli.JacksumHelp
HEX - static field in class jonelo.jacksum.algorithm.AbstractChecksum
HEX_UPPERCASE - static field in class jonelo.jacksum.algorithm.AbstractChecksum
hexformat(long,int) - static method in class jonelo.jacksum.util.Service
hexformat(long,int,int,char) - static method in class jonelo.jacksum.util.Service

I

IMessageDigest - interface jonelo.jacksum.adapt.gnu.crypto.hash.IMessageDigest
The basic visible methods of any hash algorithm.
init(boolean,CipherParameters) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.BlockCipher
Initialise the cipher.
init(boolean,CipherParameters) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.engines.GOST28147Engine
initialise an GOST28147 cipher.
IO - static field in class jonelo.jacksum.ui.ExitStatus
isAlternate() - method in class jonelo.jacksum.ui.MetaInfo
isCheck() - method in class jonelo.jacksum.ui.Summary
isEncoding() - method in class jonelo.jacksum.ui.MetaInfo
Is encoding wanted?
isGrouping() - method in class jonelo.jacksum.ui.MetaInfo
isGroupWanted() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Returns true if groups are wanted (make sense only if encoding is HEX or HEXUP).
isJ2SEcompatible() - static method in class jonelo.sugar.util.GeneralProgram
isList() - method in class jonelo.jacksum.ui.CheckFile
Determines whether a short list is wanted.
isPathInfo() - method in class jonelo.jacksum.ui.MetaInfo
isRecursive() - method in class jonelo.jacksum.ui.MetaInfo
Is recursive specified?
isSeparatorWanted() - method in class jonelo.jacksum.ui.MetaInfo
isSupportFor(String) - static method in class jonelo.sugar.util.GeneralProgram
isSymbolicLink(File) - static method in class jonelo.jacksum.util.Service
isTimestampFormat() - method in class jonelo.jacksum.ui.MetaInfo
isTimestampWanted() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Determines if a timestamp is wanted.

J

Jacksum - class jonelo.jacksum.cli.Jacksum
This is the Jacksum Command Line Interface (CLI).
Jacksum(args[]) - constructor for class jonelo.jacksum.cli.Jacksum
Creates the Jacksum program (CLI).
JacksumAPI - class jonelo.jacksum.JacksumAPI
This is the Jacksum Application Program Interface (API).
JacksumHelp - class jonelo.jacksum.cli.JacksumHelp

K

KeyParameter - class jonelo.jacksum.adapt.org.bouncycastle.crypto.params.KeyParameter
KeyParameter(byte[]) - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.params.KeyParameter
KeyParameter(byte[],int,int) - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.params.KeyParameter

L

length - field in class jonelo.jacksum.algorithm.AbstractChecksum

M

main(args[]) - static method in class jonelo.jacksum.cli.Jacksum
Jacksum's main method for the CLI
main(String[]) - static method in class jonelo.sugar.util.Base32
For testing, take a command-line argument in Base32, decode, print in hex, encode, print
MD - class jonelo.jacksum.algorithm.MD
A wrapper class that can be used to compute MD5, SHA-1, SHA-256, SHA-384 and SHA-512 (provided by your JVM vendor).
MD(String) - constructor for class jonelo.jacksum.algorithm.MD
MD2 - class jonelo.jacksum.adapt.gnu.crypto.hash.MD2
An implementation of the MD2 message digest algorithm.
MD2() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.MD2
Creates a new MD2 digest ready for use.
MD2_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
MD4 - class jonelo.jacksum.adapt.gnu.crypto.hash.MD4
An implementation of Ron Rivest's MD4 message digest algorithm.
MD4() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.MD4
Public constructor.
MD4_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
MD5 - class jonelo.jacksum.adapt.gnu.crypto.hash.MD5
The MD5 message-digest algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input.
MD5() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.MD5
Trivial 0-arguments constructor.
MD5_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
MDbouncycastle - class jonelo.jacksum.algorithm.MDbouncycastle
A wrapper class that can be used to compute GOST, RIPEMD256 and RIPEMD320 (provided by bouncycastle.org).
MDbouncycastle(String) - constructor for class jonelo.jacksum.algorithm.MDbouncycastle
Creates new MDbouncycastle
MDgnu - class jonelo.jacksum.algorithm.MDgnu
A wrapper class that can be used to compute HAVAL, MD2, MD4, MD5, RIPEMD128, RIPEMD160, SHA1, SHA256, SHA384, SHA512, TIGER, WHIRLPOOL-1 (provided by GNU Crypto) and SHA0, SHA224, TIGER128, TIGER160, TIGER2, WHIRLPOOL-0 and WHIRLPOOL (provided by jonelo).
MDgnu(String) - constructor for class jonelo.jacksum.algorithm.MDgnu
Creates new MDgnu
MDTree - class jonelo.jacksum.algorithm.MDTree
A wrapper class that can be used to compute TigerTree
MDTree(String) - constructor for class jonelo.jacksum.algorithm.MDTree
message(String,char) - static method in class jonelo.sugar.util.GeneralString
message(String,int) - static method in class jonelo.sugar.util.GeneralString
message(String,int,int) - static method in class jonelo.sugar.util.GeneralString
message(String,String) - static method in class jonelo.sugar.util.GeneralString
MetaInfo - class jonelo.jacksum.ui.MetaInfo
This is the Meta Information used by a Jacksum generated file list.
METAINFO - static field in class jonelo.jacksum.ui.MetaInfo
The prefix for a MetaInfo
MetaInfo() - constructor for class jonelo.jacksum.ui.MetaInfo
Constructs an empty MetaInfo object.
MetaInfo(String) - constructor for class jonelo.jacksum.ui.MetaInfo
Constructs a MetaInfo object by a String.
This exception is thrown if the Meta Information has been generated by a later version of Jacksum.
MISMATCH - static field in class jonelo.jacksum.ui.ExitStatus

N

name - field in class jonelo.jacksum.algorithm.AbstractChecksum
name - field in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
The canonical name prefix of the hash.
NAME - static field in class jonelo.jacksum.JacksumAPI
name() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
name() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.IMessageDigest
Returns the canonical name of this algorithm.
nibbleToHexChar(int) - static method in class jonelo.sugar.util.GeneralString
NO_OPTIONS - static field in class jonelo.sugar.util.Base64
No options specified.
None - class jonelo.jacksum.algorithm.None
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
None() - constructor for class jonelo.jacksum.algorithm.None

O

OCT - static field in class jonelo.jacksum.algorithm.AbstractChecksum
OK - static field in class jonelo.jacksum.ui.ExitStatus

P

padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
Returns the byte array to use as padding before completing a hash operation.
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Has160
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD2
Generates an array of padding bytes.
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD4
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD5
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD128
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD160
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha0
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha160
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha224
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha256
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha384
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha512
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger2
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2000
padBuffer() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2003
PARAMETER - static field in class jonelo.jacksum.ui.ExitStatus
ParametersWithSBox - class jonelo.jacksum.adapt.org.bouncycastle.crypto.params.ParametersWithSBox
ParametersWithSBox(CipherParameters,byte[]) - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.params.ParametersWithSBox
parse(String) - method in class jonelo.jacksum.ui.MetaInfo
Parses a metaInfo String and fills the object.
perform() - method in class jonelo.jacksum.ui.CheckFile
Reads the file which has been specified at the constructor.
print() - method in class jonelo.jacksum.ui.Summary
printGPL() - static method in class jonelo.jacksum.cli.JacksumHelp
print the GPL information and an OSI certified note to stdout
printHelpLong(String,String) - static method in class jonelo.jacksum.cli.JacksumHelp
print the documentation
printHelpShort() - static method in class jonelo.jacksum.cli.JacksumHelp
print GPL info and a short help
printVersion() - static method in class jonelo.jacksum.cli.JacksumHelp
print Jacksum's program version
processBlock() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GeneralDigest
processBlock() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD256Digest
processBlock() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD320Digest
processBlock(byte[],int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GOST3411Digest
processBlock(byte[],int,byte[],int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.BlockCipher
Process one block of input from the array in and write it to the out array.
processBlock(byte[],int,byte[],int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.engines.GOST28147Engine
processLength(long) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GeneralDigest
processLength(long) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD256Digest
processLength(long) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD320Digest
processWord(byte[],int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GeneralDigest
processWord(byte[],int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD256Digest
processWord(byte[],int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD320Digest

R

Read - class jonelo.jacksum.algorithm.Read
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Read() - constructor for class jonelo.jacksum.algorithm.Read
readFile(String) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Reads a file and calculates the checksum from it.
readFile(String,boolean) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Reads a file and calculates the checksum from it.
readFile(String,boolean) - method in class jonelo.jacksum.algorithm.None
Registry - interface jonelo.jacksum.adapt.gnu.crypto.Registry
A placeholder for names and literals used throughout this library.
removeAllStrings(String,String) - static method in class jonelo.sugar.util.GeneralString
removeChar(String,char) - static method in class jonelo.sugar.util.GeneralString
removeChar(String,int) - static method in class jonelo.sugar.util.GeneralString
replaceAllStrings(String,String,String) - static method in class jonelo.sugar.util.GeneralString
Replaces all oldStrings found within source by newString
replaceAllStrings(StringBuffer,String,String) - static method in class jonelo.sugar.util.GeneralString
Replaces all oldStrings found within source by newString
replaceChar(String,char,char) - static method in class jonelo.sugar.util.GeneralString
replaces all characters oldC in a String s with character newC
replaceChar(String,int,char) - static method in class jonelo.sugar.util.GeneralString
replaceString(String,int,String) - static method in class jonelo.sugar.util.GeneralString
Overwrites a string s at a given position with newString
replaceString(String,String,String) - static method in class jonelo.sugar.util.GeneralString
Replaces none or only one String oldString to newString in String source
requiresMinimumJavaVersion(String) - static method in class jonelo.sugar.util.GeneralProgram
Exits if the JVM does not fulfil the requirements, does nothing under a free JVM
reset() - method in class jonelo.jacksum.algorithm.AbstractChecksum
Resets the checksum to its initial value for further use.
reset() - method in class jonelo.jacksum.algorithm.Adler32
reset() - method in class jonelo.jacksum.algorithm.Adler32alt
reset() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
reset() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.BlockCipher
Reset the cipher.
reset() - method in class jonelo.jacksum.algorithm.Cksum
reset() - method in class jonelo.jacksum.algorithm.CombinedChecksum
reset() - method in class jonelo.jacksum.algorithm.Crc16
reset() - method in class jonelo.jacksum.algorithm.Crc32
reset() - method in class jonelo.jacksum.algorithm.Crc32Mpeg2
reset() - method in class jonelo.jacksum.algorithm.Crc64
reset() - method in class jonelo.jacksum.algorithm.Crc8
reset() - method in class jonelo.jacksum.algorithm.CrcGeneric
Resets the checksum object to its initial values for further use
reset() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.Digest
reset the digest back to it's initial state.
reset() - method in class jonelo.jacksum.algorithm.Edonkey
reset() - method in class jonelo.jacksum.algorithm.Elf
reset() - method in class jonelo.jacksum.algorithm.FCS16
reset() - method in class jonelo.jacksum.algorithm.FCS32
reset() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GeneralDigest
reset() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.engines.GOST28147Engine
reset() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GOST3411Digest
reset() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.IMessageDigest
Resets the current context of this instance clearing any eventually cached intermediary values.
reset() - method in class jonelo.jacksum.algorithm.MD
reset() - method in class jonelo.jacksum.algorithm.MDbouncycastle
reset() - method in class jonelo.jacksum.algorithm.MDgnu
reset() - method in class jonelo.jacksum.algorithm.MDTree
reset() - method in class jonelo.jacksum.algorithm.None
reset() - method in class jonelo.jacksum.algorithm.Read
reset() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD256Digest
reset the chaining variables to the IV values.
reset() - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD320Digest
reset the chaining variables to the IV values.
reset() - method in class jonelo.jacksum.algorithm.Sum8
reset() - method in class jonelo.jacksum.ui.Summary
reset() - method in class jonelo.jacksum.ui.Verbose
Resets all verbose states to a default.
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
Resets the instance for future re-use.
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Has160
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD2
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD4
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD5
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD128
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD160
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha0
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha160
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha224
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha256
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha384
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha512
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger2
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2000
resetContext() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2003
right(long,int) - static method in class jonelo.jacksum.util.Service
RipeMD128 - class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD128
RIPEMD-128 is a 128-bit message digest.
RipeMD128() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD128
Trivial 0-arguments constructor.
RIPEMD128_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
RipeMD160 - class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD160
RIPEMD-160 is a 160-bit message digest.
RipeMD160() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD160
Trivial 0-arguments constructor.
RIPEMD160_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
RIPEMD256Digest - class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD256Digest
implementation of RIPEMD256.
RIPEMD256Digest() - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD256Digest
Standard constructor
RIPEMD256Digest(RIPEMD256Digest) - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD256Digest
Copy constructor.
RIPEMD320Digest - class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD320Digest
implementation of RIPEMD 320.
RIPEMD320Digest() - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD320Digest
Standard constructor
RIPEMD320Digest(RIPEMD320Digest) - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.RIPEMD320Digest
Copy constructor.
RIPEMD_128_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
RIPEMD-128 is synonymous to RIPEMD128.
RIPEMD_160_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
RIPEMD-160 is synonymous to RIPEMD160.
runCLI(String[]) - static method in class jonelo.jacksum.JacksumAPI
runs the CLI
RuntimeCryptoException - class jonelo.jacksum.adapt.org.bouncycastle.crypto.RuntimeCryptoException
the foundation class for the exceptions thrown by the crypto packages.
RuntimeCryptoException() - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.RuntimeCryptoException
base constructor.
RuntimeCryptoException(String) - constructor for class jonelo.jacksum.adapt.org.bouncycastle.crypto.RuntimeCryptoException
create a RuntimeCryptoException with the given message.

S

selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Has160
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.IMessageDigest
A basic test.
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD2
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD4
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD5
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD128
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD160
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha0
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha160
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha224
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha256
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha384
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha512
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger128
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger160
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger2
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2000
selfTest() - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2003
separator - field in class jonelo.jacksum.algorithm.AbstractChecksum
Service - class jonelo.jacksum.util.Service
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
setAddedFiles(long) - method in class jonelo.jacksum.ui.Summary
setAlgorithm(String) - method in class jonelo.jacksum.ui.MetaInfo
Sets the algorithm.
setAlgorithms(String[],boolean) - method in class jonelo.jacksum.algorithm.CombinedChecksum
setAlternate(boolean) - method in class jonelo.jacksum.ui.MetaInfo
setBytes(long) - method in class jonelo.jacksum.ui.Summary
setCheck(boolean) - method in class jonelo.jacksum.ui.Summary
setCommentchars(String) - method in class jonelo.jacksum.ui.MetaInfo
setDetails(boolean) - method in class jonelo.jacksum.ui.Verbose
Sets the details state.
setDirs(long) - method in class jonelo.jacksum.ui.Summary
setEnabled(boolean) - method in class jonelo.jacksum.ui.Summary
setEncoding(String) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Sets the encoding of the checksum.
setEncoding(String) - method in class jonelo.jacksum.algorithm.CombinedChecksum
Sets the encoding of the checksum.
setEncoding(String) - method in class jonelo.jacksum.ui.MetaInfo
Sets the encoding of the checksum
setErrorDirs(long) - method in class jonelo.jacksum.ui.Summary
setErrorFiles(long) - method in class jonelo.jacksum.ui.Summary
setFilename(String) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Sets the filename.
setFiles(long) - method in class jonelo.jacksum.ui.Summary
setFilesep(char) - method in class jonelo.jacksum.ui.MetaInfo
setGroup(int) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Sets the number of groups (make sense only if encoding is HEX or HEXUP).
setGroupChar(char) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Sets the group char (make sense only if encoding is HEX or HEXUP).
setGroupChar(char) - method in class jonelo.jacksum.ui.MetaInfo
setGrouping(int) - method in class jonelo.jacksum.ui.MetaInfo
setGrouping(int,char) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Sets the number of groups and the group char.
setHex(boolean) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Sets the format of the checksum as hex or default.
setInitialValue(long) - method in class jonelo.jacksum.algorithm.CrcGeneric
Set the initial register value
setIntInByteArray(int,byte[]) - static method in class jonelo.jacksum.util.Service
setIntInByteArray(int,byte[],int) - static method in class jonelo.jacksum.util.Service
Method transforms an int to 4 bytes and fills the array given in argument
setList(boolean) - method in class jonelo.jacksum.ui.CheckFile
Sets the list value.
setLongInByteArray(long,byte[]) - static method in class jonelo.jacksum.util.Service
Method transfers a long to 8 bytes and fills the array given in argument
setLongInByteArray(long,byte[],int) - static method in class jonelo.jacksum.util.Service
Method transfers a long to 8 bytes and fills the array given in argument
setMetaInfo(MetaInfo) - method in class jonelo.jacksum.ui.CheckFile
Sets meta-information.
setModifiedFiles(long) - method in class jonelo.jacksum.ui.Summary
setName(String) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Set the name of the algorithm
setPathInfo(boolean) - method in class jonelo.jacksum.ui.MetaInfo
setPoly(long) - method in class jonelo.jacksum.algorithm.CrcGeneric
Set the algorithm's polynomial
setRecursive(boolean) - method in class jonelo.jacksum.ui.MetaInfo
Sets a flag if there is recursive processing.
setRefIn(boolean) - method in class jonelo.jacksum.algorithm.CrcGeneric
Reflect input bytes?
setRefOut(boolean) - method in class jonelo.jacksum.algorithm.CrcGeneric
Set whether the output CRC should be reflected
setRemovedFiles(long) - method in class jonelo.jacksum.ui.Summary
setSeparator(String) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Sets the separator for the tokens.
setSeparator(String) - method in class jonelo.jacksum.ui.MetaInfo
setSummary(boolean) - method in class jonelo.jacksum.ui.Verbose
Sets the summary state.
setSummary(Summary) - method in class jonelo.jacksum.ui.CheckFile
Sets the summary object containing all data for the summary.
setTimestamp(String) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Sets the timestamp.
setTimestampFormat(String) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Sets the timestampFormat to force a timestamp output
setTimestampFormat(String) - method in class jonelo.jacksum.ui.MetaInfo
setUpperCase(boolean) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Sets the format of the checksum as uppercase hex or lowercase hex.
setVerbose(Verbose) - method in class jonelo.jacksum.ui.CheckFile
Sets the verbose object containing the verbose level.
setVersion(String) - method in class jonelo.jacksum.ui.MetaInfo
Sets the version of the meta info.
setWarnings(boolean) - method in class jonelo.jacksum.ui.Verbose
Sets the warning state.
setWidth(int) - method in class jonelo.jacksum.algorithm.CrcGeneric
Set the width in bits
setWorkingDir(String) - method in class jonelo.jacksum.ui.CheckFile
setXorOut(long) - method in class jonelo.jacksum.algorithm.CrcGeneric
Set the XOR parameter
Sha0 - class jonelo.jacksum.adapt.gnu.crypto.hash.Sha0
Sha0() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Sha0
Trivial 0-arguments constructor.
SHA0_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
Sha160 - class jonelo.jacksum.adapt.gnu.crypto.hash.Sha160
The Secure Hash Algorithm (SHA-1) is required for use with the Digital Signature Algorithm (DSA) as specified in the Digital Signature Standard (DSS) and whenever a secure hash algorithm is required for federal applications.
Sha160() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Sha160
Trivial 0-arguments constructor.
SHA160_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
SHA1_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
SHA1 is synonymous to SHA-160.
Sha224 - class jonelo.jacksum.adapt.gnu.crypto.hash.Sha224
Implementation of SHA2 [SHA-224] per the IETF Draft Specification.
Sha224() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Sha224
Trivial 0-arguments constructor.
SHA224_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
Sha256 - class jonelo.jacksum.adapt.gnu.crypto.hash.Sha256
Implementation of SHA2 [SHA-256] per the IETF Draft Specification.
Sha256() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Sha256
Trivial 0-arguments constructor.
SHA256_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
Sha384 - class jonelo.jacksum.adapt.gnu.crypto.hash.Sha384
Implementation of SHA2-2 [SHA-384] per the IETF Draft Specification.
Sha384() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Sha384
Trivial 0-arguments constructor.
SHA384_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
Sha512 - class jonelo.jacksum.adapt.gnu.crypto.hash.Sha512
Implementation of SHA2-3 [SHA-512] per the IETF Draft Specification.
Sha512() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Sha512
Trivial 0-arguments constructor.
SHA512_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
SHA_1_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
SHA-1 is synonymous to SHA-160.
SHA_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
SHA is synonymous to SHA-160.
split(String,String) - static method in class jonelo.sugar.util.GeneralString
Sum16 - class jonelo.jacksum.algorithm.Sum16
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Sum16() - constructor for class jonelo.jacksum.algorithm.Sum16
Sum24 - class jonelo.jacksum.algorithm.Sum24
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Sum24() - constructor for class jonelo.jacksum.algorithm.Sum24
Sum32 - class jonelo.jacksum.algorithm.Sum32
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Sum32() - constructor for class jonelo.jacksum.algorithm.Sum32
Sum8 - class jonelo.jacksum.algorithm.Sum8
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Sum8() - constructor for class jonelo.jacksum.algorithm.Sum8
SumBSD - class jonelo.jacksum.algorithm.SumBSD
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
SumBSD() - constructor for class jonelo.jacksum.algorithm.SumBSD
Summary - class jonelo.jacksum.ui.Summary
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Summary() - constructor for class jonelo.jacksum.ui.Summary
SumSysV - class jonelo.jacksum.algorithm.SumSysV
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
SumSysV() - constructor for class jonelo.jacksum.algorithm.SumSysV

T

Tiger - class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
The Tiger message digest.
Tiger() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
Trivial 0-arguments constructor.
Tiger128 - class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger128
Tiger128() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger128
Trivial 0-arguments constructor.
TIGER128_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
Tiger160 - class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger160
Tiger160() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger160
Trivial 0-arguments constructor.
TIGER160_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
Tiger2 - class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger2
The Tiger2 message digest.
Tiger2() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger2
Trivial 0-arguments constructor.
TIGER2_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
TIGER_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
TigerTree - class jonelo.jacksum.adapt.com.bitzi.util.TigerTree
Implementation of THEX tree hash algorithm, with Tiger as the internal algorithm (using the approach as revised in December 2002, to add unique prefixes to leaf and node operations) For simplicity, calculates one entire generation before starting on the next.
TigerTree(String) - constructor for class jonelo.jacksum.adapt.com.bitzi.util.TigerTree
Constructor
timestamp - field in class jonelo.jacksum.algorithm.AbstractChecksum
timestampFormat - field in class jonelo.jacksum.algorithm.AbstractChecksum
TIMESTAMPFORMAT_DEFAULT - static field in class jonelo.jacksum.cli.Jacksum
timestampFormatter - field in class jonelo.jacksum.algorithm.AbstractChecksum
toBase64(byte[]) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Converts a designated byte array to a Base-64 representation, with the exceptions that (a) leading 0-byte(s) are ignored, and (b) the character '.' (dot) shall be used instead of "+' (plus).
toBytesFromString(String) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Returns a byte array from a string of hexadecimal digits.
toBytesFromUnicode(String) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
toReversedBytesFromString(String) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Returns a byte array from a string of hexadecimal digits, interpreting them as a large big-endian integer and returning it as a large little-endian integer.
toReversedString(byte[]) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Returns a string of hexadecimal digits from a byte array.
toReversedString(byte[],int,int) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Returns a string of hexadecimal digits from a byte array, starting at offset and consisting of length bytes.
toString() - method in class jonelo.jacksum.algorithm.AbstractChecksum
The toString() method.
toString() - method in class jonelo.jacksum.algorithm.Crc64
toString() - method in class jonelo.jacksum.algorithm.Edonkey
toString() - method in class jonelo.jacksum.algorithm.MD
toString() - method in class jonelo.jacksum.algorithm.MDbouncycastle
toString() - method in class jonelo.jacksum.algorithm.MDgnu
toString() - method in class jonelo.jacksum.algorithm.MDTree
toString() - method in class jonelo.jacksum.ui.MetaInfo
A String representation of the Meta Information.
toString() - method in class jonelo.jacksum.algorithm.None
toString() - method in class jonelo.jacksum.algorithm.Read
toString() - method in class jonelo.jacksum.algorithm.SumBSD
toString() - method in class jonelo.jacksum.algorithm.SumSysV
toString() - method in class jonelo.sugar.util.Version
toString(byte[]) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Returns a string of hexadecimal digits from a byte array.
toString(byte[],int,int) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Returns a string of hexadecimal digits from a byte array, starting at offset and consisting of length bytes.
toString(int) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Returns a string of 8 hexadecimal digits (most significant digit first) corresponding to the unsigned integer n.
toString(int[]) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Returns a string of hexadecimal digits from an integer array.
toString(long) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Returns a string of 16 hexadecimal digits (most significant digit first) corresponding to the unsigned long n.
toUnicodeString(byte[]) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Similar to the toString() method except that the Unicode escape character is inserted before every pair of bytes.
toUnicodeString(byte[],int,int) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Similar to the toString() method except that the Unicode escape character is inserted before every pair of bytes.
toUnicodeString(int[]) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Similar to the toString() method except that the Unicode escape character is inserted before every pair of bytes.
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
The block digest transformation per se.
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Has160
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Haval
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD2
Adds BLOCK_LENGTH bytes to the running digest.
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD4
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.MD5
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD128
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.RipeMD160
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha0
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha160
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha224
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha256
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha384
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Sha512
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger2
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2000
transform(byte[],int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2003
translateEscapeSequences(String) - static method in class jonelo.sugar.util.GeneralString
trim(BigInteger) - static method in class jonelo.jacksum.adapt.gnu.crypto.util.Util
Treats the input as the MSB representation of a number, and discards leading zero elements.

U

update(byte) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Updates the checksum with the specified byte.
update(byte) - method in class jonelo.jacksum.algorithm.Adler32alt
update(byte) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
update(byte) - method in class jonelo.jacksum.algorithm.Cksum
update(byte) - method in class jonelo.jacksum.algorithm.CombinedChecksum
Updates all checksums with the specified byte.
update(byte) - method in class jonelo.jacksum.algorithm.Crc16
update(byte) - method in class jonelo.jacksum.algorithm.Crc32
update(byte) - method in class jonelo.jacksum.algorithm.Crc64
update(byte) - method in class jonelo.jacksum.algorithm.Crc8
Update the CRC value with a byte data.
update(byte) - method in class jonelo.jacksum.algorithm.CrcGeneric
Updates the checksum with the specified byte
update(byte) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.Digest
update the message digest with a single byte.
update(byte) - method in class jonelo.jacksum.algorithm.Edonkey
update(byte) - method in class jonelo.jacksum.algorithm.Elf
update(byte) - method in class jonelo.jacksum.algorithm.FCS16
update(byte) - method in class jonelo.jacksum.algorithm.FCS32
update(byte) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GeneralDigest
update(byte) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GOST3411Digest
update(byte) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.IMessageDigest
Continues a message digest operation using the input byte.
update(byte) - method in class jonelo.jacksum.algorithm.MD
update(byte) - method in class jonelo.jacksum.algorithm.MDbouncycastle
update(byte) - method in class jonelo.jacksum.algorithm.MDgnu
update(byte) - method in class jonelo.jacksum.algorithm.MDTree
update(byte) - method in class jonelo.jacksum.algorithm.Read
update(byte) - method in class jonelo.jacksum.algorithm.Sum8
update(byte) - method in class jonelo.jacksum.algorithm.SumBSD
implemented from original GNU C source
update(byte) - method in class jonelo.jacksum.algorithm.SumSysV
update(byte) - method in class jonelo.jacksum.algorithm.Xor8
update(byte[]) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Updates the current checksum with the specified array of bytes.
update(byte[]) - method in class jonelo.jacksum.algorithm.CombinedChecksum
Updates all checksums with the specified array of bytes.
update(byte[]) - method in class jonelo.jacksum.algorithm.Read
update(byte[],int,int) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Updates the current checksum with the specified array of bytes.
update(byte[],int,int) - method in class jonelo.jacksum.algorithm.Adler32
update(byte[],int,int) - method in class jonelo.jacksum.algorithm.Adler32alt
update(byte[],int,int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.BaseHash
update(byte[],int,int) - method in class jonelo.jacksum.algorithm.CombinedChecksum
Updates all checksums with the specified array of bytes.
update(byte[],int,int) - method in class jonelo.jacksum.algorithm.Crc32
update(byte[],int,int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.Digest
update the message digest with a block of bytes.
update(byte[],int,int) - method in class jonelo.jacksum.algorithm.Edonkey
update(byte[],int,int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GeneralDigest
update(byte[],int,int) - method in class jonelo.jacksum.adapt.org.bouncycastle.crypto.digests.GOST3411Digest
update(byte[],int,int) - method in class jonelo.jacksum.adapt.gnu.crypto.hash.IMessageDigest
Continues a message digest operation, by filling the buffer, processing data in the algorithm's HASH_SIZE-bit block(s), updating the context and count, and buffering the remaining bytes in buffer for the next operation.
update(byte[],int,int) - method in class jonelo.jacksum.algorithm.MD
update(byte[],int,int) - method in class jonelo.jacksum.algorithm.MDbouncycastle
update(byte[],int,int) - method in class jonelo.jacksum.algorithm.MDgnu
update(byte[],int,int) - method in class jonelo.jacksum.algorithm.MDTree
update(byte[],int,int) - method in class jonelo.jacksum.algorithm.Read
update(int) - method in class jonelo.jacksum.algorithm.AbstractChecksum
Updates the checksum with the specified byte.
update(int) - method in class jonelo.jacksum.algorithm.Adler32
update(int) - method in class jonelo.jacksum.algorithm.Adler32alt
update(int) - method in class jonelo.jacksum.algorithm.Cksum
update(int) - method in class jonelo.jacksum.algorithm.CombinedChecksum
Updates all checksums with the specified byte.
update(int) - method in class jonelo.jacksum.algorithm.Crc16
update(int) - method in class jonelo.jacksum.algorithm.Crc32
update(int) - method in class jonelo.jacksum.algorithm.Crc64
update(int) - method in class jonelo.jacksum.algorithm.Crc8
update(int) - method in class jonelo.jacksum.algorithm.CrcGeneric
Updates the checksum with the specified byte
update(int) - method in class jonelo.jacksum.algorithm.Edonkey
update(int) - method in class jonelo.jacksum.algorithm.Elf
update(int) - method in class jonelo.jacksum.algorithm.FCS16
update(int) - method in class jonelo.jacksum.algorithm.FCS32
update(int) - method in class jonelo.jacksum.algorithm.MD
update(int) - method in class jonelo.jacksum.algorithm.MDbouncycastle
update(int) - method in class jonelo.jacksum.algorithm.MDgnu
update(int) - method in class jonelo.jacksum.algorithm.MDTree
update(int) - method in class jonelo.jacksum.algorithm.Read
update(int) - method in class jonelo.jacksum.algorithm.Sum8
update(int) - method in class jonelo.jacksum.algorithm.SumBSD
update(int) - method in class jonelo.jacksum.algorithm.SumSysV
update(int) - method in class jonelo.jacksum.algorithm.Xor8
Util - class jonelo.jacksum.adapt.gnu.crypto.util.Util
A collection of utility methods used throughout this project.

V

valid - static field in class jonelo.jacksum.adapt.gnu.crypto.hash.Tiger
value - field in class jonelo.jacksum.algorithm.AbstractChecksum
value - field in class jonelo.jacksum.algorithm.Cksum
value - field in class jonelo.jacksum.algorithm.FCS16
Verbose - class jonelo.jacksum.ui.Verbose
This class stores the verbose states.
Verbose() - constructor for class jonelo.jacksum.ui.Verbose
Constructs a verbose object.
VERSION - static field in class jonelo.jacksum.JacksumAPI
Version - class jonelo.sugar.util.Version
Sugar for Java 1.3 Copyright (C) 2001-2005 Dipl.-Inf.
Version(int,int) - constructor for class jonelo.sugar.util.Version
Version(int,int,int) - constructor for class jonelo.sugar.util.Version
Version(String) - constructor for class jonelo.sugar.util.Version

W

Whirlpool - class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool
Whirlpool, a new 512-bit hashing function operating on messages less than 2 ** 256 bits in length.
Whirlpool() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool
Trivial 0-arguments constructor.
Whirlpool2000 - class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2000
Whirlpool2000, a new 512-bit hashing function operating on messages less than 2 ** 256 bits in length.
Whirlpool2000() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2000
Trivial 0-arguments constructor.
WHIRLPOOL2000_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
Whirlpool2003 - class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2003
Whirlpool2003, a new 512-bit hashing function operating on messages less than 2 ** 256 bits in length.
Whirlpool2003() - constructor for class jonelo.jacksum.adapt.gnu.crypto.hash.Whirlpool2003
Trivial 0-arguments constructor.
WHIRLPOOL2003_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry
WHIRLPOOL_HASH - static field in class jonelo.jacksum.adapt.gnu.crypto.Registry

X

Xor8 - class jonelo.jacksum.algorithm.Xor8
Jacksum version 1.7.0 - checksum utility in Java Copyright (C) 2001-2006 Dipl.-Inf.
Xor8() - constructor for class jonelo.jacksum.algorithm.Xor8