OFFIS DCMTK
Version 3.6.0
Main Page
Related Pages
Classes
Files
File List
File Members
dcmsign
include
dcmtk
dcmsign
sicreapr.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: SiCreatorProfile
20
*
21
* Last Update: $Author: joergr $
22
* Update Date: $Date: 2010-10-14 13:17:24 $
23
* CVS/RCS Revision: $Revision: 1.6 $
24
* Status: $State: Exp $
25
*
26
* CVS/RCS Log at end of file
27
*
28
*/
29
30
#ifndef SICREAPR_H
31
#define SICREAPR_H
32
33
#include "dcmtk/config/osconfig.h"
34
#include "dcmtk/dcmsign/sibrsapr.h"
/* for SiBaseRSAProfile */
35
36
#ifdef WITH_OPENSSL
37
40
class
SiCreatorProfile
:
public
SiBaseRSAProfile
41
{
42
public
:
43
45
SiCreatorProfile
() { }
46
48
virtual
~SiCreatorProfile
() { }
49
55
virtual
OFBool
attributeRequired
(
const
DcmTagKey
& key)
const
;
56
57
};
58
59
#endif
60
#endif
61
62
/*
63
* $Log: sicreapr.h,v $
64
* Revision 1.6 2010-10-14 13:17:24 joergr
65
* Updated copyright header. Added reference to COPYRIGHT file.
66
*
67
* Revision 1.5 2005-12-08 16:04:35 meichel
68
* Changed include path schema for all DCMTK header files
69
*
70
* Revision 1.4 2003/06/04 14:21:03 meichel
71
* Simplified include structure to avoid preprocessor limitation
72
* (max 32 #if levels) on MSVC5 with STL.
73
*
74
* Revision 1.3 2001/11/16 15:50:50 meichel
75
* Adapted digital signature code to final text of supplement 41.
76
*
77
* Revision 1.2 2001/06/01 15:50:48 meichel
78
* Updated copyright header
79
*
80
* Revision 1.1 2000/11/07 16:48:54 meichel
81
* Initial release of dcmsign module for DICOM Digital Signatures
82
*
83
*
84
*/
85
Generated on Thu Dec 20 2012 for
OFFIS DCMTK
Version 3.6.0 by
Doxygen
1.8.2