org.dcm4che.util
Class DcmProtocol

java.lang.Object
  extended by org.dcm4che.util.DcmProtocol

public class DcmProtocol
extends java.lang.Object

Since:
March 4, 2003
Version:
$Revision: 3922 $ $Date: 2005-10-05 18:26:16 +0200 (Mi, 05 Okt 2005) $
Author:
gunter zeilinger

Field Summary
static DcmProtocol DICOM
          Description of the Field
static DcmProtocol DICOM_TLS
          Description of the Field
static DcmProtocol DICOM_TLS_3DES
          Description of the Field
static DcmProtocol DICOM_TLS_AES
          Description of the Field
static DcmProtocol DICOM_TLS_NODES
          Description of the Field
 
Method Summary
 java.lang.String[] getCipherSuites()
          Gets the cipherSuites attribute of the DcmProtocol object
 boolean isTLS()
          Gets the tLS attribute of the DcmProtocol object
 java.lang.String toString()
          Description of the Method
static DcmProtocol valueOf(java.lang.String protocol)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DICOM

public static final DcmProtocol DICOM
Description of the Field


DICOM_TLS

public static final DcmProtocol DICOM_TLS
Description of the Field


DICOM_TLS_3DES

public static final DcmProtocol DICOM_TLS_3DES
Description of the Field


DICOM_TLS_AES

public static final DcmProtocol DICOM_TLS_AES
Description of the Field


DICOM_TLS_NODES

public static final DcmProtocol DICOM_TLS_NODES
Description of the Field

Method Detail

valueOf

public static DcmProtocol valueOf(java.lang.String protocol)
Description of the Method

Parameters:
protocol - Description of the Parameter
Returns:
Description of the Return Value

toString

public java.lang.String toString()
Description of the Method

Overrides:
toString in class java.lang.Object
Returns:
Description of the Return Value

getCipherSuites

public java.lang.String[] getCipherSuites()
Gets the cipherSuites attribute of the DcmProtocol object

Returns:
The cipherSuites value

isTLS

public boolean isTLS()
Gets the tLS attribute of the DcmProtocol object

Returns:
The tLS value