org.globus.ftp
Class ChecksumAlgorithm

java.lang.Object
  extended byorg.globus.ftp.ChecksumAlgorithm

public class ChecksumAlgorithm
extends Object

Represents the algorithm used for checksum operation.


Field Summary
protected  String argument
           
static ChecksumAlgorithm MD5
           
 
Constructor Summary
ChecksumAlgorithm(String name)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 String toFtpCmdArgument()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MD5

public static final ChecksumAlgorithm MD5

argument

protected String argument
Constructor Detail

ChecksumAlgorithm

public ChecksumAlgorithm(String name)
Method Detail

toFtpCmdArgument

public String toFtpCmdArgument()

equals

public boolean equals(Object other)

hashCode

public int hashCode()