OFFIS DCMTK  Version 3.6.0
sibrsapr.h
1 /*
2  *
3  * Copyright (C) 1998-2010, OFFIS e.V.
4  * All rights reserved. See COPYRIGHT file for details.
5  *
6  * This software and supporting documentation were developed by
7  *
8  * OFFIS e.V.
9  * R&D Division Health
10  * Escherweg 2
11  * D-26121 Oldenburg, Germany
12  *
13  *
14  * Module: dcmsign
15  *
16  * Author: Norbert Loxen, Marco Eichelberg
17  *
18  * Purpose:
19  * classes: SiBaseRSAProfile
20  *
21  * Last Update: $Author: joergr $
22  * Update Date: $Date: 2010-10-14 13:17:24 $
23  * CVS/RCS Revision: $Revision: 1.4 $
24  * Status: $State: Exp $
25  *
26  * CVS/RCS Log at end of file
27  *
28  */
29 
30 #ifndef SIBRSAPR_H
31 #define SIBRSAPR_H
32 
33 #include "dcmtk/config/osconfig.h"
34 #include "dcmtk/dcmsign/sisprof.h" /* for SiSecurityProfile */
35 
36 #ifdef WITH_OPENSSL
37 
41 {
42 public:
43 
46 
48  virtual ~SiBaseRSAProfile() { }
49 
54  virtual OFBool isAllowableMACType(E_MACType macType) const;
55 
60  virtual OFBool isAllowableAlgorithmType(E_KeyType keyType) const;
61 
66  virtual OFBool isAllowableTransferSyntax(E_TransferSyntax xfer) const;
67 
73  virtual OFBool attributeRequired(const DcmTagKey& key) const;
74 
80  virtual OFBool attributeForbidden(const DcmTagKey& key) const;
81 
82 };
83 
84 #endif
85 #endif
86 
87 /*
88  * $Log: sibrsapr.h,v $
89  * Revision 1.4 2010-10-14 13:17:24 joergr
90  * Updated copyright header. Added reference to COPYRIGHT file.
91  *
92  * Revision 1.3 2005-12-08 16:04:32 meichel
93  * Changed include path schema for all DCMTK header files
94  *
95  * Revision 1.2 2003/06/04 14:21:03 meichel
96  * Simplified include structure to avoid preprocessor limitation
97  * (max 32 #if levels) on MSVC5 with STL.
98  *
99  * Revision 1.1 2001/11/16 15:50:49 meichel
100  * Adapted digital signature code to final text of supplement 41.
101  *
102  *
103  */
104 


Generated on Thu Dec 20 2012 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.2