DCMTK
Version 3.6.4
OFFIS DICOM Toolkit
|
type definitions and classes for TLS transport connections More...
Classes | |
class | DcmTLSTransportLayer |
factory class which creates secure TLS transport layer connections and maintains the parameters common to all TLS transport connections in one application (e.g. More... | |
Enumerations | |
enum | DcmCertificateVerification { DCV_requireCertificate, DCV_checkCertificate, DCV_ignoreCertificate } |
this enum describes how to handle X.509 certificates on a TLS based secure transport connection. More... | |
enum | DcmKeyFileFormat { DCF_Filetype_PEM, DCF_Filetype_ASN1 } |
this enum describes the file format of a certificate or private key file. More... | |
type definitions and classes for TLS transport connections
this enum describes how to handle X.509 certificates on a TLS based secure transport connection.
They can be ignored, validated if present or validated and demanded.
enum DcmKeyFileFormat |