org.dcm4che.util
Class MLLP_Protocol

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

public class MLLP_Protocol
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 MLLP_Protocol MLLP
          Description of the Field
static MLLP_Protocol MLLP_TLS
          Description of the Field
static MLLP_Protocol MLLP_TLS_3DES
          Description of the Field
static MLLP_Protocol MLLP_TLS_AES
          Description of the Field
static MLLP_Protocol MLLP_TLS_NODES
          Description of the Field
 
Method Summary
 java.lang.String[] getCipherSuites()
          Gets the cipherSuites attribute of the MLLP_Protocol object
 boolean isTLS()
          Gets the tLS attribute of the MLLP_Protocol object
 java.lang.String toString()
          Description of the Method
static MLLP_Protocol 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

MLLP

public static final MLLP_Protocol MLLP
Description of the Field


MLLP_TLS

public static final MLLP_Protocol MLLP_TLS
Description of the Field


MLLP_TLS_3DES

public static final MLLP_Protocol MLLP_TLS_3DES
Description of the Field


MLLP_TLS_AES

public static final MLLP_Protocol MLLP_TLS_AES
Description of the Field


MLLP_TLS_NODES

public static final MLLP_Protocol MLLP_TLS_NODES
Description of the Field

Method Detail

valueOf

public static MLLP_Protocol 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 MLLP_Protocol object

Returns:
The cipherSuites value

isTLS

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

Returns:
The tLS value