|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.ftp.ChecksumAlgorithm
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 |
public static final ChecksumAlgorithm MD5
protected String argument
Constructor Detail |
public ChecksumAlgorithm(String name)
Method Detail |
public String toFtpCmdArgument()
public boolean equals(Object other)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |