| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
A struct for creating an unknown ciphersuite error condition. More...
 Inheritance diagram for DcmTLSECUnknownCiphersuiteConst:
 Inheritance diagram for DcmTLSECUnknownCiphersuiteConst:| Public Member Functions | |
| DcmTLSECUnknownCiphersuiteConst () | |
| Constructor, initializes the OFConditionConst base. | |
| OFCondition | operator() (const char *ciphersuiteName) const | 
| Create a specialized unknown ciphersuite error condition that refers to the name of the unknown ciphersuite that was used. | |
|  Public Member Functions inherited from OFConditionConst | |
| OFBool | operator== (const OFConditionConst &arg) const | 
| comparison operator. | |
| OFBool | operator!= (const OFConditionConst &arg) const | 
| comparison operator. | |
| Additional Inherited Members | |
|  Public Attributes inherited from OFConditionConst | |
| unsigned short | theModule | 
| module identifier. 0 is reserved for global codes. | |
| unsigned short | theCode | 
| status code that is unique for each module | |
| OFStatus | theStatus | 
| condition status enum | |
| const char * | theText | 
| error text | |
A struct for creating an unknown ciphersuite error condition.
| DcmTLSECUnknownCiphersuiteConst::DcmTLSECUnknownCiphersuiteConst | ( | ) | 
Constructor, initializes the OFConditionConst base.
Don't use this if you don't have a very good reason.
| OFCondition DcmTLSECUnknownCiphersuiteConst::operator() | ( | const char * | ciphersuiteName | ) | const | 
Create a specialized unknown ciphersuite error condition that refers to the name of the unknown ciphersuite that was used.
| ciphersuiteName | the name of the unknown ciphersuite. |