Uses of Class
org.globus.ftp.ChecksumAlgorithm

Packages that use ChecksumAlgorithm
org.globus.ftp   
 

Uses of ChecksumAlgorithm in org.globus.ftp
 

Fields in org.globus.ftp declared as ChecksumAlgorithm
protected  ChecksumAlgorithm ChecksumOptions.algo
           
static ChecksumAlgorithm ChecksumAlgorithm.MD5
           
 

Methods in org.globus.ftp with parameters of type ChecksumAlgorithm
 java.lang.String GridFTPClient.checksum(ChecksumAlgorithm algorithm, long offset, long length, java.lang.String file)
          Computes and returns a checksum of a file.
 void GridFTPClient.setChecksum(ChecksumAlgorithm algorithm, java.lang.String value)
          Sets the checksum values ahead of the transfer
 

Constructors in org.globus.ftp with parameters of type ChecksumAlgorithm
ChecksumOptions(ChecksumAlgorithm algo)